Skip to content

Commit 303e4cc

Browse files
committed
Bump version: 0.1.3 → 0.1.4
1 parent 0d82b78 commit 303e4cc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
author = "Leah Wasser"
3030

3131
# The short X.Y version
32-
version = "0.1.3"
32+
version = "0.1.4"
3333
# The full version, including alpha/beta/rc tags
34-
release = "0.1.3"
34+
release = "0.1.4"
3535

3636

3737
# -- General configuration ---------------------------------------------------

setup.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.3
2+
current_version = 0.1.4
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
description=DESCRIPTION,
2222
long_description=LONG_DESCRIPTION,
2323
long_description_content_type="text/markdown",
24-
version="0.1.3",
24+
version="0.1.4",
2525
packages=["matplotcheck"],
2626
install_requires=[
2727
"numpy>=1.14.0",

0 commit comments

Comments
 (0)