We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f8df2 commit 5a3a716Copy full SHA for 5a3a716
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.4.5
+current_version = 1.4.6
3
commit = True
4
tag = True
5
yahoofantasy/__init__.py
@@ -7,4 +7,4 @@
7
from .resources.week import Week # noqa: F401
8
from .stats.stat import Stat # noqa: F401
9
10
-__version__ = "1.4.5"
+__version__ = "1.4.6"
0 commit comments