We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dee716 commit 50da7b2Copy full SHA for 50da7b2
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.3
+current_version = 0.0.4
3
commit = True
4
tag = True
5
docs/conf.py
@@ -22,7 +22,7 @@
22
author = "Quantmetry"
23
24
# The full version, including alpha/beta/rc tags
25
-version = "0.0.3"
+version = "0.0.4"
26
release = version
27
28
qolmat/_version.py
@@ -1 +1 @@
-__version__ = "0.0.3"
+__version__ = "0.0.4"
setup.py
@@ -3,7 +3,7 @@
from setuptools import find_packages, setup
DISTNAME = "qolmat"
6
-VERSION = "0.0.3"
+VERSION = "0.0.4"
7
DESCRIPTION = "Tools to impute"
8
LONG_DESCRIPTION_CONTENT_TYPE = "text/x-rst"
9
with codecs.open("README.rst", encoding="utf-8-sig") as f:
0 commit comments