We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698ff53 commit 619c21bCopy full SHA for 619c21b
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.4.7
+current_version = 1.4.8
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.7"
+__version__ = "1.4.8"
0 commit comments