bump version number
This commit is contained in:
parent
57bc445b5a
commit
2301d34202
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ copyright = u'2009-2013, Jan Dittberner'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.2.18'
|
||||
version = '0.2.18.1'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.2.18'
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ except ImportError:
|
|||
|
||||
setup(
|
||||
name='ddportfolioservice',
|
||||
version='0.2.18',
|
||||
version='0.2.18.1',
|
||||
description='service to create DDPortfolio URLs',
|
||||
long_description="""This is a service implementation that
|
||||
returns a set of personalized URLs as outlined in
|
||||
|
|
Loading…
Reference in a new issue