Skip to content

Commit

Permalink
tag: pygrace-1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Jul 23, 2023
1 parent 3900134 commit 15d398e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[egg_info]
tag_build = .dev0
#tag_build = .dev0

[bdist_wheel]
#python-tag = py3
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# License: 3-clause BSD. The full license text is available at:
# - https://github.com/uqfoundation/pygrace/blob/master/LICENSE

__version__ = '1.3.dev0'
__version__ = '1.3'
__author__ = 'Mike McKerns'
__contact__ = '[email protected]'

Expand Down

0 comments on commit 15d398e

Please sign in to comment.