Skip to content

Commit

Permalink
Bump version: 1.1.5 → 1.1.6 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbashyal-nmdp authored Dec 11, 2023
1 parent 98f0f74 commit 3752a43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pygfe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@


__author__ = """NMDP Bioinformatics"""
__version__ = '1.1.5'
__version__ = '1.1.6'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.5
current_version = 1.1.6
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

setup(
name='py-gfe',
version='1.1.5',
version='1.1.6',
description="Python package for converting sequence annotations to gene feature enumerations (GFE).",
long_description=readme + '\n\n' + history,
author="CIBMTR",
Expand Down

0 comments on commit 3752a43

Please sign in to comment.