We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d82b78 commit 303e4ccCopy full SHA for 303e4cc
3 files changed
docs/conf.py
@@ -29,9 +29,9 @@
29
author = "Leah Wasser"
30
31
# The short X.Y version
32
-version = "0.1.3"
+version = "0.1.4"
33
# The full version, including alpha/beta/rc tags
34
-release = "0.1.3"
+release = "0.1.4"
35
36
37
# -- General configuration ---------------------------------------------------
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.3
+current_version = 0.1.4
3
commit = True
4
tag = True
5
setup.py
@@ -21,7 +21,7 @@
21
description=DESCRIPTION,
22
long_description=LONG_DESCRIPTION,
23
long_description_content_type="text/markdown",
24
- version="0.1.3",
+ version="0.1.4",
25
packages=["matplotcheck"],
26
install_requires=[
27
"numpy>=1.14.0",
0 commit comments