diff --git a/setup.py b/setup.py index 0ad34a75b4665b8e173fa11e5c15fa5d97e059c1..a980b17a54e96308859cfecbfb72cb49fbb436ac 100644 --- a/setup.py +++ b/setup.py @@ -8,10 +8,10 @@ def readfile(path): setup( name = 'zodbtools', - version = '0.0.0.dev1', + version = '0.0.0.dev2', description = 'ZODB-related utilities', long_description = readfile('README.rst'), - url = 'https://lab.nexedi.com/kirr/zodbtools', + url = 'https://lab.nexedi.com/nexedi/zodbtools', license = 'GPLv2+', author = 'Kirill Smelkov', author_email= 'kirr@nexedi.com',