Skip to content

Commit

Permalink
bumped up version
Browse files Browse the repository at this point in the history
  • Loading branch information
fccoelho committed Feb 3, 2022
1 parent f59fccb commit 88c6d53
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,7 +1,7 @@
[build_sphinx]
project = 'PySUS'
version = 0.5
release = 0.5.12
release = 0.5.13
source-dir = './docs/source'

[flake8]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

setup(
name="PySUS",
version="0.5.12",
version="0.5.13",
packages=find_packages(),
package_data={"": ["*.c", "*.h", "*.o", "*.so", "*.md", "*.txt"]},
include_package_data=True,
Expand Down

0 comments on commit 88c6d53

Please sign in to comment.