Skip to content

Commit

Permalink
Bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-upadhyay committed Mar 29, 2019
1 parent 0dbed52 commit 631f75e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apptuit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
APPTUIT_PY_TAGS = "APPTUIT_TAGS"
DEPRECATED_APPTUIT_PY_TOKEN = "APPTUIT_PY_TOKEN"
DEPRECATED_APPTUIT_PY_TAGS = "APPTUIT_PY_TAGS"
__version__ = '1.4.0'
__version__ = '2.0.0'

from apptuit import pyformance, timeseries
from .apptuit_client import Apptuit, DataPoint, ApptuitException, ApptuitSendException, \
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name="apptuit",
packages=['apptuit', 'apptuit.pyformance'],
version="1.4.0",
version="2.0.0",
description="Apptuit Python Client",
url="https://github.com/ApptuitAI/apptuit-py",
author="Abhinav Upadhyay",
Expand Down

0 comments on commit 631f75e

Please sign in to comment.