Skip to content

Commit

Permalink
The version string should be 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-upadhyay committed Jan 3, 2019
1 parent ca95658 commit 2f35667
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 @@ -4,7 +4,7 @@
from .apptuit_client import Apptuit, DataPoint, ApptuitException, ApptuitSendException
from apptuit import pyformance, timeseries

__version__ = '1.0'
__version__ = '1.0.0'

__all__ = ['Apptuit', 'DataPoint', 'ApptuitException', 'pyformance', 'timeseries', 'ApptuitSendException']

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.0",
version="1.0.0",
description="Apptuit Python Client",
url="https://github.com/ApptuitAI/apptuit-py",
author="Abhinav Upadhyay",
Expand Down

0 comments on commit 2f35667

Please sign in to comment.