From adc8c676dfeb76c1e205f5d043b14a5c400c9133 2013-12-28 15:56:15 From: Branko Majic Date: 2013-12-28 15:56:15 Subject: [PATCH] Noticket: Preparing for 0.1 release. --- diff --git a/docs/conf.py b/docs/conf.py index 473d864b6f357a0b99566787a0b49aa76173106b..ad30e382332cc4b0109a8b4c6c2b5c1d750b5f0a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,9 +49,9 @@ copyright = u'2013, Branko Majic' # built documents. # # The short X.Y version. -version = '0.0-dev' +version = '0.1' # The full version, including alpha/beta/rc tags. -release = '0.0-dev' +release = '0.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 982b02c2d203c1dad307876754d7e370911962a9..611265194876beda20f26ff8f2a723067c319a32 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='pydenticon', - version='0.0-dev', + version='0.1', packages=['pydenticon'], include_package_data=True, license='BSD', # example license