Skip to content

Commit

Permalink
update to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
computron committed Feb 9, 2016
1 parent 13b44ad commit 0c34404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chronograph/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0"
__version__ = "1.0.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
if __name__ == "__main__":
setup(
name='chronograph',
version='0.0.1',
version='1.0.0',
description='Chronograph is a simple stopwatch / chronometer / chronograph for timing Python code.',
long_description=open(os.path.join(module_dir, 'README.rst')).read(),
url='https://github.com/computron/chronograph',
Expand Down

0 comments on commit 0c34404

Please sign in to comment.