Skip to content

Commit dff918f

Browse files
author
Leah Wasser
committed
Bump version: 0.1.0 → 0.1.1
1 parent 1612a25 commit dff918f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
author = "Leah Wasser, Kristin Curry"
2626

2727
# The short X.Y version
28-
version = "0.1.0"
28+
version = "0.1.1"
2929
# The full version, including alpha/beta/rc tags
30-
release = "0.1.0"
30+
release = "0.1.1"
3131

3232

3333
# -- 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.0
2+
current_version = 0.1.1
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.0",
24+
version="0.1.1",
2525
packages=["matplotcheck"],
2626
install_requires=[
2727
"numpy>=1.14.0",

0 commit comments

Comments
 (0)