Skip to content

Commit

Permalink
Bump to 2.0.3.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Nov 6, 2024
1 parent 7f1fd8c commit 63faed5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ldapauthenticator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# __version__ should be updated using tbump, based on configuration in
# pyproject.toml, according to instructions in RELEASE.md.
#
__version__ = "2.0.2"
__version__ = "2.0.3.dev"

# version_info looks like (1, 2, 3, "dev") if __version__ is 1.2.3.dev
version_info = tuple(int(p) if p.isdigit() else p for p in __version__.split("."))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ omit = [
github_url = "https://github.com/jupyterhub/systemdspawner"

[tool.tbump.version]
current = "2.0.2"
current = "2.0.3.dev"
regex = '''
(?P<major>\d+)
\.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="jupyterhub-ldapauthenticator",
version="2.0.2",
version="2.0.3.dev",
description="LDAP Authenticator for JupyterHub",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 63faed5

Please sign in to comment.