Skip to content

Commit 0c34404

Browse files
committed
update to v1.0.0
1 parent 13b44ad commit 0c34404

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chronograph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0"
1+
__version__ = "1.0.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
if __name__ == "__main__":
1010
setup(
1111
name='chronograph',
12-
version='0.0.1',
12+
version='1.0.0',
1313
description='Chronograph is a simple stopwatch / chronometer / chronograph for timing Python code.',
1414
long_description=open(os.path.join(module_dir, 'README.rst')).read(),
1515
url='https://github.com/computron/chronograph',

0 commit comments

Comments
 (0)