From 1aec4d0f24539371fee8ab4f5944dabf7e5389af Mon Sep 17 00:00:00 2001 From: Tobias Jakobi Date: Fri, 3 Aug 2018 18:52:09 +0200 Subject: [PATCH] Version bump --- circtools/circtools.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/circtools/circtools.py b/circtools/circtools.py index 6282d0cbd..dfecec514 100755 --- a/circtools/circtools.py +++ b/circtools/circtools.py @@ -20,7 +20,7 @@ import os.path # global settings -version = "1.1.0.4a" +version = "1.1.0.5" program_name = "circtools" diff --git a/setup.py b/setup.py index 7397b0110..a300bd11e 100755 --- a/setup.py +++ b/setup.py @@ -96,7 +96,7 @@ def run(self): # 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='1.1.0.4a', + version='1.1.0.5', description='circtools - a circular RNA toolbox', long_description=long_description,