Skip to content

Commit

Permalink
Update version.py to v0.1.1 (#55)
Browse files Browse the repository at this point in the history
* Update version for point release
  • Loading branch information
vbrancat authored Jul 21, 2022
1 parent 55683dd commit 4bdd4cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/s1reader/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# release history
Tag = collections.namedtuple('Tag', 'version date')
release_history = (
Tag('0.1.1', '2022-07-21'),
Tag('0.1.0', '2022-06-07'),
)

Expand Down

0 comments on commit 4bdd4cf

Please sign in to comment.