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