Skip to content

Commit 07e1109

Browse files
committed
version bump
1 parent d16acd1 commit 07e1109

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
@@ -39,5 +39,5 @@ class VersionInfo(NamedTuple):
3939
serial: int
4040

4141

42-
__version__ = "4.0.1"
43-
version_info: VersionInfo = VersionInfo(major=4, minor=0, micro=1, releaselevel="final", serial=0)
42+
__version__ = "4.0.2"
43+
version_info: VersionInfo = VersionInfo(major=4, minor=0, micro=2, 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 = "4.0.1"
3+
version = "4.0.2"
44
description = "A small simple wrapper around the mystb.in API."
55
authors = ["AbstractUmbra <Umbra@AbstractUmbra.xyz>"]
66
license = "MIT"

0 commit comments

Comments
 (0)