mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 11:56:36 +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(
|
setup(
|
||||||
name='dpaste',
|
name='dpaste',
|
||||||
version='1.2',
|
version='1.9',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
package_data={'dpaste': ['static/*.*', 'templates/*.*']},
|
package_data={'dpaste': ['static/*.*', 'templates/*.*']},
|
||||||
scripts=('manage.py',),
|
scripts=('manage.py',),
|
||||||
|
|
Loading…
Reference in a new issue