Skip to content

Commit

Permalink
bumped up version to 0.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fccoelho committed Dec 2, 2021
1 parent a1fee0e commit 600c616
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build_sphinx]
project = 'PySUS'
version = 0.4
release = 0.4.8
version = 0.5
release = 0.5.12
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.11",
version="0.5.12",
packages=find_packages(),
package_data={"": ["*.c", "*.h", "*.o", "*.so", "*.md", "*.txt"]},
include_package_data=True,
Expand Down

0 comments on commit 600c616

Please sign in to comment.