diff --git a/docs/conf.py b/docs/conf.py index bdad501..c8ba86a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ author = 'Mike Shoup' # built documents. # # The short X.Y version. -version = '0.1.0' +version = '0.1.1' # The full version, including alpha/beta/rc tags. -release = '0.1.0' +release = '0.1.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 87a96c5..d6b2589 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index d28e264..948f083 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ install_requires = [ setup( name='synthale', - version='0.1.0', + version='0.1.1', url='https://github.com/shouptech/synthale', author='Mike Shoup', author_email='mike@shoup.io', diff --git a/src/synthale/__init__.py b/src/synthale/__init__.py index 1ac8923..a92b47d 100644 --- a/src/synthale/__init__.py +++ b/src/synthale/__init__.py @@ -15,4 +15,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -VERSION = '0.1.0' +VERSION = '0.1.1'