Skip to content

Commit dd0c3e7

Browse files
committed
update
1 parent a66d192 commit dd0c3e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

devsimpy/devsimpy-nogui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#
3131
## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
3232

33-
__version__ = '5.0'
33+
__version__ = '5.1'
3434

3535
def serialize_date(obj):
3636
if isinstance(obj, date):

devsimpy/devsimpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
__authors__ = "Laurent Capocchi <capocchi@univ-corse.fr>, <santucci@univ-corse.fr>"
6060
__date__ = str(datetime.datetime.now())
61-
__version__ = '5.0'
61+
__version__ = '5.1'
6262
__docformat__ = 'epytext'
6363
__min_wx_version__ = '4.0'
6464

0 commit comments

Comments
 (0)