Skip to content

Commit

Permalink
Bump version: 0.2.3 → 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aladinoster committed Apr 9, 2020
1 parent c90c49c commit d1a9f98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.3
current_version = 0.2.4
commit = True
tag = True

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

setup(
name="symupy",
version="0.2.3",
version="0.2.4",
packages=find_packages(exclude=["tests*"]),
install_requires=[
"numpy>=1.16",
Expand Down
2 changes: 1 addition & 1 deletion symupy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
print(f"Successful import of {__name__}")
__version__ = "0.2.3"
__version__ = "0.2.4"
__author__ = "LICIT/SymuVia Team"
__license__ = "MIT"
__copyright__ = "2005 - 2020, LICIT/SymuVia Team https://www.licit.ifsttar.fr"

0 comments on commit d1a9f98

Please sign in to comment.