Skip to content

Commit ccc72d2

Browse files
committed
v1.0.0 - breaking change of client rename and release
1 parent 654149c commit ccc72d2

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
@@ -27,8 +27,8 @@
2727
from .client import MystbinClient
2828
from .errors import *
2929

30-
__version__ = "0.3.6"
30+
__version__ = "1.0.0"
3131
VersionInfo = namedtuple(
3232
"VersionInfo", "major minor micro releaselevel serial")
33-
version_info = VersionInfo(major=0, minor=3, micro=6,
33+
version_info = VersionInfo(major=1, minor=0, micro=0,
3434
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 = "0.3.6"
3+
version = "1.0.0"
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)