mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Bumped up the version. Close to a 2.0 release.
This commit is contained in:
parent
9d1d52e669
commit
c3b452b695
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -3,7 +3,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='dpaste',
|
||||
version='1.2',
|
||||
version='1.9',
|
||||
packages=find_packages(),
|
||||
package_data={'dpaste': ['static/*.*', 'templates/*.*']},
|
||||
scripts=('manage.py',),
|
||||
|
|
Loading…
Reference in a new issue