diff --git a/docs/source/conf.py b/docs/source/conf.py index 06bd1e5..c31c116 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'Samuel Dotson' # The full version, including alpha/beta/rc tags -release = '0.1.0' +release = '0.1.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index bf5e16c..a702fc0 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ # Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z" _version_major = 0 _version_minor = 1 -_version_micro = '' # use '' for first of series, number for 1 and above +_version_micro = 1 # use '' for first of series, number for 1 and above # _version_extra = 'dev' _version_extra = '' # Uncomment this for full releases