Skip to content

Commit

Permalink
Bump version: 0.2.1 → 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aladinoster committed Mar 25, 2020
1 parent 6539c71 commit 0cbe978
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.1
current_version = 0.2.2
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.1",
version="0.2.2",
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.1"
__version__ = "0.2.2"
__author__ = "LICIT/SymuVia Team"
__license__ = "MIT"
__copyright__ = "2005 - 2020, LICIT/SymuVia Team https://www.licit.ifsttar.fr"

0 comments on commit 0cbe978

Please sign in to comment.