Skip to content

Commit ebf2a37

Browse files
committed
version bump
1 parent f97eceb commit ebf2a37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mystbin/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
DEALINGS IN THE SOFTWARE.
2323
"""
2424

25-
__version__ = "5.0.0a"
25+
__version__ = "5.0.1"
2626

2727
from typing import Literal, NamedTuple
2828

@@ -40,4 +40,4 @@ class VersionInfo(NamedTuple):
4040
serial: int
4141

4242

43-
version_info: VersionInfo = VersionInfo(major=5, minor=0, micro=0, releaselevel="alpha", serial=0)
43+
version_info: VersionInfo = VersionInfo(major=5, minor=0, micro=1, releaselevel="final", serial=0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mystbin-py"
3-
version = "5.0.0"
3+
version = "5.0.1"
44
description = "A small simple wrapper around the mystb.in API."
55
authors = ["AbstractUmbra <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)