mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Bumped up version
This commit is contained in:
parent
27f97ed458
commit
3c871c4b90
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(name='dpaste',
|
setup(name='dpaste',
|
||||||
version='1.0',
|
version='1.1',
|
||||||
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