commit:     dd5b5e20676b52f339ec6084dd7e8dcf951e5d5f
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  7 23:47:55 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Aug  7 23:47:55 2017 +0000
URL:        https://gitweb.gentoo.org/proj/javatoolkit.git/commit/?id=dd5b5e20

we're at version 0.5.0

 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 3c8a562..28f6475 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ from distutils.core import setup
 
 setup (
     name = 'javatoolkit',
-    version = '0.3.0',
+    version = '0.5.0',
     description = 'Collection of Gentoo-specific tools for Java.',
     maintainer = 'Gentoo Java Team',
     maintainer_email = 'j...@gentoo.org',
@@ -28,4 +28,4 @@ setup (
     data_files = [ ( '/usr/share/man/man1', ['src/man/findclass.1'] ) ]
 )
 
-#set expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap 
+#set expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap

Reply via email to