Skip to content

Commit 8497aee

Browse files
committed
Change version from 1.0.0 to 2.0.0
1 parent 48ca40b commit 8497aee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SlicingDice Official Python Client (v1.0)
1+
# SlicingDice Official Python Client (v2.0.0)
22
### Build Status: [![CircleCI](https://circleci.com/gh/SlicingDice/slicingdice-python.svg?style=svg)](https://circleci.com/gh/SlicingDice/slicingdice-python)
33

44
Official Python client for [SlicingDice](http://www.slicingdice.com/), Data Warehouse and Analytics Database as a Service.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def read(fname):
77

88
setup(
99
name="pyslicer",
10-
version="1.0.0",
10+
version="2.0.0",
1111
author="SlicingDice LLC",
1212
author_email="help@slicingdice.com",
1313
description="Official Python client for SlicingDice, Data Warehouse and Analytics Database as a Service.",

0 commit comments

Comments
 (0)