Skip to content

Commit 117a167

Browse files
jfesereb8680
andauthored
Bump version to prep for release (#588)
* bump version * Update __init__.py --------- Co-authored-by: eb8680 <eb8680@users.noreply.github.com>
1 parent ac72b9a commit 117a167

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chirho/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
Project short description.
44
"""
55

6-
__version__ = "0.2.0"
6+
__version__ = "0.3.0"

setup.py

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

33
from setuptools import find_packages, setup
44

5-
VERSION = "0.2.0"
5+
VERSION = "0.3.0"
66

77
try:
88
long_description = open("README.rst", encoding="utf-8").read()

0 commit comments

Comments
 (0)