We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8171cf commit a598aeeCopy full SHA for a598aee
setup.py
@@ -2,12 +2,12 @@
2
setup(
3
name = 'testgres',
4
packages = ['testgres'],
5
- version = '0.1.1',
+ version = '0.1.2',
6
description = 'Testing utility for postgresql and it''s extensions',
7
author = 'Ildar Musin',
8
author_email = 'zildermann@gmail.com',
9
url = 'https://github.com/postgrespro/testgres',
10
- download_url = 'https://github.com/postgrespro/testgres/tarball/0.1.1',
+ #download_url = 'https://github.com/postgrespro/testgres/tarball/0.1.1',
11
keywords = ['testing', 'postgresql'],
12
classifiers = [],
13
#install_requires = ["pg8000"]
0 commit comments