Skip to content

Commit e745523

Browse files
committed
version bump
1 parent 5129c56 commit e745523

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

mystbin/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
from .client import MystbinClient
2828
from .errors import *
2929

30-
__version__ = "0.2.5"
30+
__version__ = "0.3.1"
3131
VersionInfo = namedtuple("VersionInfo", "major minor micro releaselevel serial")
32-
version_info = VersionInfo(major=0, minor=2, micro=5, releaselevel='final', serial=0)
32+
version_info = VersionInfo(major=0, minor=3, micro=1, releaselevel='final', serial=0)

mystbin/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ def show_version():
6161

6262
def parse_args():
6363
parser = argparse.ArgumentParser(
64-
prog='discord', description='Tools for helping with discord.py')
64+
prog='mystbin', description='Tools for helping with mystbin.py')
6565
parser.add_argument('-v', '--version', action='store_true',
66-
help='shows the library version')
66+
help='shows the wrapper version')
6767
parser.set_defaults(func=core)
6868

6969
return parser, parser.parse_args()

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.0"
3+
version = "0.3.1"
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)