diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4b87a7c..2cd74e4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.0a1 +current_version = 1.2.0 commit = True tag = True diff --git a/amazon_dash/__init__.py b/amazon_dash/__init__.py index 12e56b6..7395f21 100644 --- a/amazon_dash/__init__.py +++ b/amazon_dash/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.2.0a1' \ No newline at end of file +__version__ = '1.2.0' \ No newline at end of file