Skip to content

Commit aa231cb

Browse files
committed
vbump
1 parent db2a25e commit aa231cb

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

0 commit comments

Comments
 (0)