Skip to content

Commit

Permalink
Update version and date, missing from last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgf committed Oct 18, 2023
1 parent 59846cf commit 481c891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/py_nemo_rebuild/nemo_rebuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
# SemVer version
_major_version = 0
_minor_version = 4
_patch = 0
_patch = 1

#_release = 'beta'
_release = ''

_date = '15-05-2023'
_date = '18-10-2023'

_version = '{0:d}.{1:d}.{2:d}'.format(_major_version, _minor_version, _patch)
if (len(_release)>0):
Expand Down

0 comments on commit 481c891

Please sign in to comment.