Skip to content

Commit 17e2bb7

Browse files
committed
version bump
1 parent 937896b commit 17e2bb7

File tree

3 files changed

+35
-15
lines changed

3 files changed

+35
-15
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.1.1"
43-
version_info: VersionInfo = VersionInfo(major=3, minor=1, micro=1, releaselevel="final", serial=0)
42+
__version__ = "4.0.0"
43+
version_info: VersionInfo = VersionInfo(major=4, minor=0, micro=0, releaselevel="final", serial=0)

poetry.lock

Lines changed: 29 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mystbin.py"
3-
version = "3.1.1"
3+
version = "4.0.0"
44
description = "A small simple wrapper around the mystb.in API."
55
authors = ["AbstractUmbra <[email protected]>"]
66
license = "MIT"
@@ -37,6 +37,9 @@ sphinx = { version = "^4.0.0", optional = true }
3737
sphinxcontrib-trio = { version = "*", optional = true }
3838
furo = { version = "*", optional = true }
3939

40+
[tool.poetry.group.dev.dependencies]
41+
black = "*"
42+
4043
[tool.poetry.dev-dependencies]
4144
black = "^21.6b0"
4245
isort = "^5.9.2"

0 commit comments

Comments
 (0)