Skip to content

Commit

Permalink
Update requirements 1.1.2 (#35)
Browse files Browse the repository at this point in the history
Testing Release.

* Remove PyMSQL dependencies

* Bump version: 1.1.1 → 1.1.2
  • Loading branch information
pbashyal-nmdp authored Mar 18, 2021
1 parent af514a4 commit 05ce432
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 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.1'
__version__ = '1.1.2'
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ more-itertools==8.7.0
neo4j-driver==1.7.4
py2neo==4.3.0
pandas>=1.2.3
PyMySQL==1.0.2
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.1
current_version = 1.1.2
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.1',
version='1.1.2',
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 05ce432

Please sign in to comment.