We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac72b9a commit 117a167Copy full SHA for 117a167
chirho/__init__.py
@@ -3,4 +3,4 @@
3
Project short description.
4
"""
5
6
-__version__ = "0.2.0"
+__version__ = "0.3.0"
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import find_packages, setup
-VERSION = "0.2.0"
+VERSION = "0.3.0"
7
try:
8
long_description = open("README.rst", encoding="utf-8").read()
0 commit comments