Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a598aee

Browse files
committed
version 0.1.2 for testing
1 parent e8171cf commit a598aee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
setup(
33
name = 'testgres',
44
packages = ['testgres'],
5-
version = '0.1.1',
5+
version = '0.1.2',
66
description = 'Testing utility for postgresql and it''s extensions',
77
author = 'Ildar Musin',
88
author_email = 'zildermann@gmail.com',
99
url = 'https://github.com/postgrespro/testgres',
10-
download_url = 'https://github.com/postgrespro/testgres/tarball/0.1.1',
10+
#download_url = 'https://github.com/postgrespro/testgres/tarball/0.1.1',
1111
keywords = ['testing', 'postgresql'],
1212
classifiers = [],
1313
#install_requires = ["pg8000"]

0 commit comments

Comments
 (0)