Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhie committed Dec 27, 2022
1 parent 5bada4b commit eb91a71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion evolocity/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""evolocity - Evolutionary velocity with protein language models"""

__version__ = '1.0'
__version__ = '1.0.1'

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

setup(
name="evolocity",
version="1.0",
version="1.0.1",
python_requires=">=3.6",
install_requires=[
l.strip() for l in Path("requirements.txt").read_text("utf-8").splitlines()
Expand Down

0 comments on commit eb91a71

Please sign in to comment.