diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5fba1c9..6200fe3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.1.0 files = setup.py commit = True tag = True diff --git a/setup.py b/setup.py index 76a6d91..7ec1d73 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup -VERSION = "1.0.0" +VERSION = "1.1.0" def read(fname):