version 1.0 + dropdown menu
This commit is contained in:
3
setup.py
3
setup.py
@@ -16,6 +16,7 @@ requires = [
|
||||
'waitress',
|
||||
'alembic',
|
||||
'pyramid_retry',
|
||||
'pyramid_layout',
|
||||
'pyramid_tm',
|
||||
'SQLAlchemy',
|
||||
'transaction',
|
||||
@@ -34,7 +35,7 @@ tests_require = [
|
||||
|
||||
setup(
|
||||
name='cao_blogr',
|
||||
version='0.1',
|
||||
version='1.0',
|
||||
description='cao_blogr',
|
||||
long_description=README + '\n\n' + CHANGES,
|
||||
classifiers=[
|
||||
|
||||
Reference in New Issue
Block a user