aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2020-04-22 08:20:06 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2020-04-22 08:20:06 +0200
commit24ef10da650d091e67bd82ec3f9b329bcee1a15e (patch)
tree0949631ce27a2f494c1d34b6a086c8afb5030c9e /setup.py
parenta7217345e1cf9fa878e271fcc199f9a18eb9637f (diff)
Update package
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 956a27d..e606f54 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ with open("README.md", "r") as readme:
setuptools.setup(
name="bcst",
- version="0.0.3",
+ version="0.0.4",
scripts=["bcst/bcst"],
author="Loic Guegan",
author_email="manzerbredes@mailbox.org",