Skip to content

Commit

Permalink
Released 1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
OmkarPathak committed Aug 16, 2017
1 parent dc6ed0c commit 5793462
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# -- General configuration ------------------------------------------------
project = u'pygorithm'
version = release = u'0.1'
version = release = u'1.0'

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
Expand Down
Binary file modified pygorithm/sorting/__pycache__/shell_sort.cpython-35.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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.
Expand Down

0 comments on commit 5793462

Please sign in to comment.