Skip to content

Commit

Permalink
Bump version: 0.4.0.dev → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Dec 11, 2019
1 parent 1ab543f commit cdd02b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0.dev
current_version = 0.4.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z0-9]+))?
tag_name = {new_version}
allow_dirty = True
Expand Down
2 changes: 1 addition & 1 deletion ltiauthenticator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from oauthlib.oauth1.rfc5849 import signature
from collections import OrderedDict

__version__ = '0.4.0.dev'
__version__ = '0.4.0'

class LTILaunchValidator:
# Record time when process starts, so we can reject requests made
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-ltiauthenticator',
version='0.4.0.dev',
version='0.4.0',
description='JupyterHub authenticator implementing LTI v1',
url='https://github.com/yuvipanda/jupyterhub-ltiauthenticator',
author='Yuvi Panda',
Expand Down

0 comments on commit cdd02b4

Please sign in to comment.