diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 447626a..041a1f0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.1 +current_version = 1.0.2 tag = true commit = true diff --git a/growstocks/__init__.py b/growstocks/__init__.py index 8cf2ae7..e7163c0 100644 --- a/growstocks/__init__.py +++ b/growstocks/__init__.py @@ -54,7 +54,7 @@ # PACKAGE INFO __title__ = "growstocks" __author__ = 'BobDotCom' -__version__ = '1.0.1' +__version__ = '1.0.2' __license__ = "MIT License" __copyright__ = "Copyright 2021 {}".format(__author__)