We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b44ad commit 0c34404Copy full SHA for 0c34404
chronograph/__init__.py
@@ -1 +1 @@
1
-__version__ = "1.0"
+__version__ = "1.0.0"
setup.py
@@ -9,7 +9,7 @@
9
if __name__ == "__main__":
10
setup(
11
name='chronograph',
12
- version='0.0.1',
+ version='1.0.0',
13
description='Chronograph is a simple stopwatch / chronometer / chronograph for timing Python code.',
14
long_description=open(os.path.join(module_dir, 'README.rst')).read(),
15
url='https://github.com/computron/chronograph',
0 commit comments