From 8ae4d96bb7f7503309b70f9546996e44d14016cf Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 16 Apr 2017 11:28:15 +0300 Subject: [PATCH] Release 0.1.0: Remove empty directories --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 docs/conf.py 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', -- 2.39.2