Skip to content

Commit 7b15c2e

Browse files
committed
version bump
1 parent 16101aa commit 7b15c2e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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 = "0.2.5"
3+
version = "0.3.0"
44
description = "A small simple wrapper around the mystb.in API."
55
authors = ["AbstractUmbra <Umbra@AbstractUmbra.xyz>"]
66
license = "MIT"
@@ -35,6 +35,9 @@ mypy = "^0.782"
3535
[tool.poetry.extras]
3636
requests = ["requests"]
3737

38+
[tool.poetry.scripts]
39+
version = 'mystbin:main'
40+
3841
[build-system]
3942
requires = ["poetry>=0.12"]
4043
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)