Skip to content

Commit

Permalink
update version.py from 0.1.0 to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seongsujeong authored Dec 15, 2022
1 parent cf2729e commit 985bb65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/burst_db/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
# release history
Tag = collections.namedtuple('Tag', 'version date')
release_history = (
Tag('0.1.0', '2022-12-08'),
Tag('0.1.1', '2022-12-14'),
Tag('0.1.0', '2022-12-08')
)

# latest release version number and date
Expand Down

0 comments on commit 985bb65

Please sign in to comment.