Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Aug 3, 2018
1 parent 2203a6d commit de66e10
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion circtools/circtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import os.path

# global settings
version = "1.1.0.4"
version = "1.1.0.4a"
program_name = "circtools"


Expand Down
1 change: 0 additions & 1 deletion scripts/circtools_exon

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.4',
version='1.1.0.4a',

description='circtools - a circular RNA toolbox',
long_description=long_description,
Expand Down

0 comments on commit de66e10

Please sign in to comment.