diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9e6e482..cfea11d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.3 +current_version = 1.3.0 commit = True tag = True diff --git a/yahoofantasy/__init__.py b/yahoofantasy/__init__.py index 3a082ef..59d1057 100644 --- a/yahoofantasy/__init__.py +++ b/yahoofantasy/__init__.py @@ -7,4 +7,4 @@ from .resources.week import Week # noqa: F401 from .stats.stat import Stat # noqa: F401 -__version__ = '1.2.3' +__version__ = '1.3.0'