diff --git a/docs/conf.py b/docs/conf.py index c8380fe..107c0f3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = 'Oliver K. Ernst' # The full version, including alpha/beta/rc tags -release = '0.1dev' +release = '0.1.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 8921d2a..17688d9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='physDBD', - version='0.1', + version='0.1.1', packages=['physDBD'], author='Oliver K. Ernst', author_email='oernst@ucsd.edu',