Skip to content

Commit b148604

Browse files
author
D.V. Nguyen
committed
Upload 0.2.1 to pypi
1 parent c4ca63a commit b148604

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pypi-upload.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
python setup.py bdist_wheel
2-
twine upload dist/postgrespy-0.2.0-py3-none-any.whl
2+
twine upload dist/postgrespy-0.2.1-py3-none-any.whl

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
setup(
44
name='postgrespy',
55
packages=['postgrespy'],
6-
version='0.2.0',
6+
version='0.2.1',
77
description='A simple postgres orm',
88
author='Dung (DV) Nguyen',
99
author_email='[email protected]',
1010
url='https://github.com/nguyendv/postgrespy',
11-
download_url='https://github.com/nguyendv/postgrespy/archive/0.2.0.tar.gz',
11+
download_url='https://github.com/nguyendv/postgrespy/archive/0.2.1.tar.gz',
1212
install_requires=[
1313
'psycopg2>=2.7',
1414
'Jinja2>=2.9'

0 commit comments

Comments
 (0)