We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0bf710 commit 74ecef7Copy full SHA for 74ecef7
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.4.0
+current_version = 1.4.1
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.0"
+__version__ = "1.4.1"
0 commit comments