From: Oleg Broytman Date: Sun, 16 Apr 2017 08:28:15 +0000 (+0300) Subject: Release 0.1.0: Remove empty directories X-Git-Tag: 0.1.0^0 X-Git-Url: https://git.phdru.name/?p=ppu.git;a=commitdiff_plain;h=8ae4d96bb7f7503309b70f9546996e44d14016cf Release 0.1.0: Remove empty directories --- diff --git a/docs/conf.py b/docs/conf.py old mode 100644 new mode 100755 index acc253c..da4a083 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ author = 'Oleg Broytman' # built documents. # # The short X.Y version. -version = '0.0' +version = '0.1' # The full version, including alpha/beta/rc tags. -release = '0.0.1' +release = '0.1.0' # 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 b642a60..a449bbb 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ except ImportError: is_setuptools = False setup(name='remove-old-files', - version='0.0.1', + version='0.1.0', description='Broytman remove-old-files', long_description=open('README.txt', 'rtU').read(), author='Oleg Broytman',