Skip to content

Commit 3287584

Browse files
authored
bump version to 0.2.1 (#129)
1 parent 3e0931d commit 3287584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/s1reader/version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# release history
55
Tag = collections.namedtuple('Tag', 'version date')
66
release_history = (
7+
Tag('0.2.1', '2023-08-23'),
78
Tag('0.2.0', '2023-07-25'),
89
Tag('0.1.7', '2023-05-09'),
910
Tag('0.1.6', '2023-03-22'),

0 commit comments

Comments
 (0)