]> git.phdru.name Git - ppu.git/commitdiff
Release 0.1.0: Remove empty directories 0.1.0
authorOleg Broytman <phd@phdru.name>
Sun, 16 Apr 2017 08:28:15 +0000 (11:28 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 16 Apr 2017 08:28:15 +0000 (11:28 +0300)
docs/conf.py [changed mode: 0644->0755]
setup.py

old mode 100644 (file)
new mode 100755 (executable)
index acc253c..da4a083
@@ -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.
index b642a60f4544d1da11ef5c9fda65377f170a74b2..a449bbb9df5a7e4ddcbf1fb8f3dbf38d28344eb1 100755 (executable)
--- 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',