Skip to content

Commit 16950fe

Browse files
committed
Updated requirements and bumped version
1 parent 07fc1bd commit 16950fe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
__pycache__
12
build
23
dist
34
*.egg-info

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
setup(
1313
name='SQLConstruct',
14-
version='0.2.1',
14+
version='0.2.2',
1515
description='Functional approach to query database using SQLAlchemy',
1616
long_description=README,
1717
author='Vladimir Magamedov',
1818
author_email='[email protected]',
1919
url='https://github.com/vmagamedov/sqlconstruct',
2020
py_modules=['sqlconstruct'],
21-
install_requires=['SQLAlchemy>=0.7.6'],
21+
install_requires=['SQLAlchemy>=0.9'],
2222
license='BSD',
2323
classifiers=[
2424
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)