We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6ed0c commit 5793462Copy full SHA for 5793462
docs/conf.py
@@ -12,7 +12,7 @@
12
13
# -- General configuration ------------------------------------------------
14
project = u'pygorithm'
15
-version = release = u'0.1'
+version = release = u'1.0'
16
17
# Add any Sphinx extension module names here, as strings. They can be
18
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
pygorithm/sorting/__pycache__/shell_sort.cpython-35.pyc
4 Bytes
setup.py
@@ -11,7 +11,7 @@
11
setup(
name='pygorithm',
- version='0.1',
+ version='1.0',
description='A Python algorithms module for learning',
long_description=long_description,
# The project's main homepage.
0 commit comments