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