diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3e862a5..66d663e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.9 +current_version = 0.0.11 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index 1f5ae55..9ee9836 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ year = '2018' author = 'Subhash Bhushan C' copyright = '{0}, {1}'.format(year, author) -version = release = '0.0.9' +version = release = '0.0.11' pygments_style = 'trac' templates_path = ['.'] diff --git a/setup.py b/setup.py index 296c703..ad3f0b7 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def read(*names, **kwargs): setup( name='authentic', - version='0.0.9', + version='0.0.11', license='BSD 3-Clause License', description='Comprehensive Authentication Package', long_description='%s\n%s' % ( diff --git a/src/authentic/__init__.py b/src/authentic/__init__.py index f84c943..c39a22f 100644 --- a/src/authentic/__init__.py +++ b/src/authentic/__init__.py @@ -2,7 +2,7 @@ from . import config -__version__ = '0.0.9' +__version__ = '0.0.11' # Update the config here so that loading the repo will load the config