Skip to content

Commit

Permalink
Bump version: 0.3.5 → 0.3.6 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andilun authored Mar 11, 2024
1 parent 539cad5 commit 21abf98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TokenExchangeAuthenticator/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.5
current_version = 0.3.6
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion TokenExchangeAuthenticator/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def read(filename):

setup(
name="TokenExchangeAuthenticator",
version="0.3.5",
version="0.3.6",
url="https://github.com/statisticsnorway/jupyterhub-extensions",
license='MIT',

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.5'
__version__ = '0.3.6'

0 comments on commit 21abf98

Please sign in to comment.