Skip to content

Commit

Permalink
v2020.7.22
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Jul 23, 2020
1 parent 5acac87 commit 4c3556f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jarvis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Version number."""
__version__ = "2020.7.14"
__version__ = "2020.7.22"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="jarvis-tools",
version="2020.7.14",
version="2020.7.22",
long_description=long_d,
install_requires=[
"numpy",
Expand Down

0 comments on commit 4c3556f

Please sign in to comment.