Skip to content
This repository was archived by the owner on Jun 16, 2023. It is now read-only.

Commit 406ec33

Browse files
committed
changing config file
1 parent bf61fe1 commit 406ec33

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

dist/dbsession-0.2.tar.gz

4 Bytes
Binary file not shown.

dist/dbsession-0.3.tar.gz

1.78 KB
Binary file not shown.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
setup(
33
name = 'dbsession',
44
packages = ['dbsession'],
5-
version = '0.2',
5+
version = '0.4',
66
license='MIT',
77
description = 'The python postgreSQL ORM ',
88
author = 'imwiwiim90',
99
author_email = 'imwiwiim90@gmail.com',
1010
url = 'https://github.com/imwiwiim90/dbsession',
11-
download_url = 'https://github.com/imwiwiim90/dbsession/archive/v_01.tar.gz', # I explain this later on
11+
download_url = 'https://github.com/imwiwiim90/dbsession/archive/v_04.tar.gz', # I explain this later on
1212
keywords = ['python', 'postgreSQL', 'ORM', 'psycopg2'],
1313
install_requires=[ # I get to this in a second
1414
],

0 commit comments

Comments
 (0)