Skip to content

Commit 63faed5

Browse files
committed
Bump to 2.0.3.dev
1 parent 7f1fd8c commit 63faed5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ldapauthenticator/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# __version__ should be updated using tbump, based on configuration in
44
# pyproject.toml, according to instructions in RELEASE.md.
55
#
6-
__version__ = "2.0.2"
6+
__version__ = "2.0.3.dev"
77

88
# version_info looks like (1, 2, 3, "dev") if __version__ is 1.2.3.dev
99
version_info = tuple(int(p) if p.isdigit() else p for p in __version__.split("."))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ omit = [
6666
github_url = "https://github.com/jupyterhub/systemdspawner"
6767

6868
[tool.tbump.version]
69-
current = "2.0.2"
69+
current = "2.0.3.dev"
7070
regex = '''
7171
(?P<major>\d+)
7272
\.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="jupyterhub-ldapauthenticator",
5-
version="2.0.2",
5+
version="2.0.3.dev",
66
description="LDAP Authenticator for JupyterHub",
77
long_description=open("README.md").read(),
88
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)