Skip to content

Commit 6a5758b

Browse files
author
D.V. Nguyen
committed
Upload to pypi
1 parent 2fc6e01 commit 6a5758b

File tree

3 files changed

+4
-22
lines changed

3 files changed

+4
-22
lines changed

deploy.sh

-20
This file was deleted.

pypi-upload.sh

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

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
setup (
55
name = 'postgrespy',
66
packages = ['postgrespy'],
7-
version = '0.0.2',
7+
version = '0.1.0',
88
description = 'A simple postgres orm',
99
author = 'Dung (DV) Nguyen',
1010
author_email = '[email protected]',
1111
url = 'https://github.com/nguyendv/postgrespy',
12-
download_url = 'https://github.com/nguyendv/postgrespy/archive/0.0.2.tar.gz',
12+
download_url = 'https://github.com/nguyendv/postgrespy/archive/0.1.0.tar.gz',
1313
install_requires=[
1414
'psycopg2>=2.7',
1515
'Jinja2>=2.9'

0 commit comments

Comments
 (0)