Skip to content

Commit

Permalink
Bump version: 0.4.2 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aladinoster committed Dec 8, 2020
1 parent 15380f0 commit 6419f7e
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.4.2
current_version = 0.5.0
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 @@ -57,7 +57,7 @@

setup(
name="symupy",
version="0.4.2",
version="0.5.0",
description="A module for Symuvia inside Python",
long_description=LONG_DESCRIPTION + "\n\n" + HISTORY,
long_description_content_type="text/markdown",
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.4.2"
__version__ = "0.5.0"
__author__ = "LICIT/SymuVia Team"
__license__ = "MIT"
__copyright__ = "2005 - 2020, LICIT/SymuVia Team https://www.licit.ifsttar.fr"

0 comments on commit 6419f7e

Please sign in to comment.