Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
preping version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed Apr 21, 2015
1 parent 7707d72 commit 3fa4c77
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
'sqlalchemy_utils',
'elasticsearch',
'pyramid_tm',
'nefertari'
'nefertari==0.2.1'
]

setup(
name='nefertari_sqla',
version="0.1.0",
version="0.1.1",
description='sqla engine for nefertari',
classifiers=[
"Programming Language :: Python",
Expand All @@ -25,9 +25,9 @@
"Topic :: Database",
"Topic :: Database :: Database Engines/Servers",
],
author='',
author_email='',
url='',
author='Brandicted',
author_email='[email protected]',
url='https://github.com/brandicted/nefertari-sqla',
keywords='web wsgi bfg pylons pyramid rest sqlalchemy',
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 3fa4c77

Please sign in to comment.