Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
arnthor-agustsson committed May 2, 2024
1 parent d776b4b commit 61c6dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlab/semver.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ def make_range(range_, loose):
class Range:
def __init__(self, range_, loose):
if "/services" in range_:
range_ = "~7.1.6"
range_ = "~7.1.8"

self.loose = loose
# First, split based on boolean or ||
Expand Down

0 comments on commit 61c6dbb

Please sign in to comment.