Skip to content

Commit 67d6ebd

Browse files
committed
Bump to v0.3.0 (#58)
1 parent a32fd96 commit 67d6ebd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

forestplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""State version and import user-facing functions."""
2-
VERSION = (0, 2, 2)
2+
VERSION = (0, 3, 0)
33

44
__version__ = ".".join(map(str, VERSION))
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
install_requires = ["pandas", "numpy", "matplotlib", "matplotlib-inline<=0.1.3"]
1111
setup(
1212
name="forestplot",
13-
version="0.2.2",
13+
version="0.3.0",
1414
license="MIT",
1515
author="Lucas Shen",
1616
author_email="[email protected]",

0 commit comments

Comments
 (0)