Skip to content

Commit 5793462

Browse files
committed
Released 1.0 version
1 parent dc6ed0c commit 5793462

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# -- General configuration ------------------------------------------------
1414
project = u'pygorithm'
15-
version = release = u'0.1'
15+
version = release = u'1.0'
1616

1717
# Add any Sphinx extension module names here, as strings. They can be
1818
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
Binary file not shown.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='pygorithm',
14-
version='0.1',
14+
version='1.0',
1515
description='A Python algorithms module for learning',
1616
long_description=long_description,
1717
# The project's main homepage.

0 commit comments

Comments
 (0)