Skip to content

Commit

Permalink
Changed version number for 0.1.7 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbois committed Apr 2, 2022
1 parent cfd6875 commit 940da9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion biocircuits/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

__author__ = """Justin Bois"""
__email__ = "[email protected]"
__version__ = "0.1.6"
__version__ = "0.1.7"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from codecs import open
from os import path

__version__ = '0.1.6'
__version__ = '0.1.7'

here = path.abspath(path.dirname(__file__))

Expand Down

0 comments on commit 940da9c

Please sign in to comment.