Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMontoya-TRI committed Jun 24, 2021
1 parent 776e8d8 commit c0d4cb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion piro/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
__version__ = "2021.6.16"
__version__ = "2021.6.24"
RXN_ROOT = os.path.dirname(os.path.abspath(__file__))
RXN_FILES = os.path.join(RXN_ROOT, 'files')

Expand Down
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="piro",
version="2021.6.16",
version="2021.6.24",
packages=find_packages(),
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
Expand Down

0 comments on commit c0d4cb8

Please sign in to comment.