mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Bumped up alpha version
This commit is contained in:
parent
14cfcd9226
commit
7671362b52
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -8,7 +8,7 @@ long_description = '\n\n'.join((
|
||||||
))
|
))
|
||||||
setup(
|
setup(
|
||||||
name='dpaste',
|
name='dpaste',
|
||||||
version='3.0a5',
|
version='3.0a6',
|
||||||
description='dpaste is a Django based pastebin. It\'s intended to run '
|
description='dpaste is a Django based pastebin. It\'s intended to run '
|
||||||
'separately but its also possible to be installed into an '
|
'separately but its also possible to be installed into an '
|
||||||
'existing Django project like a regular app.',
|
'existing Django project like a regular app.',
|
||||||
|
|
Loading…
Reference in a new issue