Skip to content

Commit cdd02b4

Browse files
committed
Bump version: 0.4.0.dev → 0.4.0
1 parent 1ab543f commit cdd02b4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.0.dev
2+
current_version = 0.4.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z0-9]+))?
44
tag_name = {new_version}
55
allow_dirty = True

ltiauthenticator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from oauthlib.oauth1.rfc5849 import signature
1111
from collections import OrderedDict
1212

13-
__version__ = '0.4.0.dev'
13+
__version__ = '0.4.0'
1414

1515
class LTILaunchValidator:
1616
# Record time when process starts, so we can reject requests made

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='jupyterhub-ltiauthenticator',
5-
version='0.4.0.dev',
5+
version='0.4.0',
66
description='JupyterHub authenticator implementing LTI v1',
77
url='https://github.com/yuvipanda/jupyterhub-ltiauthenticator',
88
author='Yuvi Panda',

0 commit comments

Comments
 (0)