Skip to content
This repository was archived by the owner on Aug 29, 2021. It is now read-only.

Commit 45758ed

Browse files
committed
[version] bump to 0.5.5 final
1 parent 1326241 commit 45758ed

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

disctools/__version_info__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ def __repr__(self) -> str:
110110
major = 0,
111111
minor = 5,
112112
patch = 5,
113-
status = status_map["final"],
114-
dev = 1
113+
status = status_map["final"]
115114
)
116115

117116
__version__ = str(version_info)

version.num

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.5.dev1
1+
0.5.5

0 commit comments

Comments
 (0)