Skip to content

Commit

Permalink
update version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsiaoyi0504 committed Jul 23, 2018
1 parent 1963898 commit 2f51054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gff3tool/bin/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
"""Version of GFF3toolkit"""
VERSION = (1, 4, 0)
VERSION = (1, 4, 1)
__version__ = '.'.join(map(str, VERSION[0:3])) + ''.join(VERSION[3:])
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def run(self):
# 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.4.0', # Required
version='1.4.1', # Required

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down

0 comments on commit 2f51054

Please sign in to comment.