diff --git a/docs/conf.py b/docs/conf.py index 0e28827..c118f4f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 diff --git a/pygorithm/sorting/__pycache__/shell_sort.cpython-35.pyc b/pygorithm/sorting/__pycache__/shell_sort.cpython-35.pyc index 69bbc4f..400bced 100644 Binary files a/pygorithm/sorting/__pycache__/shell_sort.cpython-35.pyc and b/pygorithm/sorting/__pycache__/shell_sort.cpython-35.pyc differ diff --git a/setup.py b/setup.py index a4b5fb6..7543822 100644 --- a/setup.py +++ b/setup.py @@ -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.