Skip to content

Commit f485618

Browse files
Julien RousselJulien Roussel
authored andcommitted
Bump version: 0.1.8 → 0.1.9
1 parent 128d720 commit f485618

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.1.8
2+
current_version = 0.1.9
33
commit = True
44
tag = True
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author = "Quantmetry"
2828

2929
# The full version, including alpha/beta/rc tags
30-
version = "0.1.8"
30+
version = "0.1.9"
3131
release = version
3232

3333
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[tool.poetry]
44
name = "qolmat"
5-
version = "0.1.8"
5+
version = "0.1.9"
66
description = "A Python library for optimal data imputation."
77
authors = [
88
"Julien ROUSSEL <[email protected]>",

qolmat/_version.py

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

0 commit comments

Comments
 (0)