From 614f1b64e59b391b1a636492d68126550fbdee43 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 14 Oct 2015 12:18:35 -0400 Subject: [PATCH] barectf v2.0.1 Signed-off-by: Philippe Proulx --- barectf/__init__.py | 2 +- setup.py | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/barectf/__init__.py b/barectf/__init__.py index e6d1b4f..2ec0aae 100644 --- a/barectf/__init__.py +++ b/barectf/__init__.py @@ -20,7 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -__version__ = '2.0.0-dev' +__version__ = '2.0.1' def _split_version_suffix(): diff --git a/setup.py b/setup.py index 2cd5ebd..086793c 100755 --- a/setup.py +++ b/setup.py @@ -38,8 +38,11 @@ def _check_python3(): _check_python3() +import barectf + + setup(name='barectf', - version='2.0.0', + version=barectf.__version__, description='Generator of C99 code that can write native CTF', author='Philippe Proulx', author_email='eeppeliteloop@gmail.com', -- 2.34.1