From 57934621189e214445d0e27f28e022264c0b600a Mon Sep 17 00:00:00 2001 From: Omkar Pathak Date: Wed, 16 Aug 2017 07:15:36 +0530 Subject: [PATCH] Released 1.0 version --- docs/conf.py | 2 +- .../__pycache__/shell_sort.cpython-35.pyc | Bin 835 -> 839 bytes setup.py | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) 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 69bbc4f20b56d024d3ad1680a958c80ab330db29..400bced7023a058e60b34acd00763b1d4dbd7390 100644 GIT binary patch delta 34 qcmX@icASk7@pXSB+eXfpjEw%1KQsDmc4cB>1OS8p2$}!@ 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.