Skip to content

Commit

Permalink
Bump to 2.8.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Aug 31, 2023
1 parent cf8df8a commit 93fde1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_server/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from typing import List

# Version string must appear intact for automatic versioning
__version__ = "2.7.3"
__version__ = "2.8.0.dev0"

# Build up version_info tuple for backwards compatibility
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
Expand Down

0 comments on commit 93fde1a

Please sign in to comment.