Skip to content

Commit 50da7b2

Browse files
committed
Bump version: 0.0.3 → 0.0.4
1 parent 0dee716 commit 50da7b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.3
2+
current_version = 0.0.4
33
commit = True
44
tag = True
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "Quantmetry"
2323

2424
# The full version, including alpha/beta/rc tags
25-
version = "0.0.3"
25+
version = "0.0.4"
2626
release = version
2727

2828

qolmat/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.3"
1+
__version__ = "0.0.4"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import find_packages, setup
44

55
DISTNAME = "qolmat"
6-
VERSION = "0.0.3"
6+
VERSION = "0.0.4"
77
DESCRIPTION = "Tools to impute"
88
LONG_DESCRIPTION_CONTENT_TYPE = "text/x-rst"
99
with codecs.open("README.rst", encoding="utf-8-sig") as f:

0 commit comments

Comments
 (0)