Skip to content

Commit b84b70a

Browse files
committed
bumped version to 0.3
1 parent df0b36f commit b84b70a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

c3python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.2"
1+
__version__ = "0.3"
22
from .c3python import get_c3
33
from .c3python import EvaluateResultToPandas

setup.py

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

33
setup(
44
name="c3python",
5-
version="0.2",
5+
version="0.3",
66
packages=find_packages(),
77
# Metadata
88
author="Matthew Krafczyk, Darren Adams",

0 commit comments

Comments
 (0)