Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed Jul 23, 2023
1 parent e1281fd commit 72a1b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mystbin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ class VersionInfo(NamedTuple):
serial: int


version_info: VersionInfo = VersionInfo(major=5, minor=1, micro=0, releaselevel="final", serial=0)
version_info: VersionInfo = VersionInfo(major=6, minor=0, micro=0, releaselevel="final", serial=0)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mystbin-py"
version = "5.1.0"
version = "6.0.0"
description = "A small simple wrapper around the mystb.in API."
authors = ["AbstractUmbra <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 72a1b35

Please sign in to comment.