diff --git a/docs/conf.py b/docs/conf.py index 77d7d2a..6b27b28 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.0.2' +version = '0.0.3' # The full version, including alpha/beta/rc tags. -release = '0.0.2' +release = '0.0.3' # 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 09869ca..a27319e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.2 +current_version = 0.0.3 commit = True tag = True diff --git a/setup.py b/setup.py index f3afc90..d4cb7b2 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ install_requires = [ setup( name='synthale', - version='0.0.2', + version='0.0.3', 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 3c105a9..a13c02f 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.0.2' +VERSION = '0.0.3'