From 680de820450f976fc08b55f7f5a87fa7cd235a6f Mon Sep 17 00:00:00 2001 From: Tyler Date: Tue, 2 Jun 2020 12:01:38 -0600 Subject: [PATCH] version bump --- boa/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boa/__init__.py b/boa/__init__.py index a71c5c7..f0788a8 100644 --- a/boa/__init__.py +++ b/boa/__init__.py @@ -1 +1 @@ -__version__ = '0.7.0' +__version__ = '0.7.1' diff --git a/setup.cfg b/setup.cfg index be7933d..2f32fe1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.0 +current_version = 0.7.1 [pycodestyle] ignore = E721,E402,W291,E741,W601 diff --git a/setup.py b/setup.py index a2fdbeb..55df3a2 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.7.0', + version='0.7.1', description='A Python compiler for the Neo Virtual Machine', long_description=long_description,