diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5978864..299c870 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.3-dev4 +current_version = 1.0.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? diff --git a/VERSION b/VERSION index f19d64c..3eefcb9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.3-dev4 +1.0.0 diff --git a/deepbots/__init__.py b/deepbots/__init__.py index 4a3de58..5becc17 100644 --- a/deepbots/__init__.py +++ b/deepbots/__init__.py @@ -1 +1 @@ -__version__ = "0.1.3-dev4" +__version__ = "1.0.0" diff --git a/setup.py b/setup.py index 3ba5d99..80830d1 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ name="deepbots", author="aidudezzz", author_email="deepbots@protonmail.com", - version="0.1.3-dev4", + version="1.0.0", description=DESCRIPTION, long_description=readme, long_description_content_type="text/markdown",