1 parent 29d60f0 commit baae7b8Copy full SHA for baae7b8
1 file changed
setup.py
@@ -5,13 +5,13 @@
5
6
setuptools.setup(
7
name="queuepool",
8
- version="1.3.1",
+ version="1.3.2",
9
author="ikh software, inc.",
10
author_email="ikh@ikhsoftware.com",
11
description="A multithread-safe resource pool based on synchronized queue",
12
long_description=long_description,
13
long_description_content_type="text/x-rst",
14
- url="https://bitbucket.org/ikh/queuepool",
+ url="https://github.com/ikhomyakov/queuepool",
15
packages=setuptools.find_packages(),
16
classifiers=[
17
'Programming Language :: Python :: 3',
@@ -23,7 +23,7 @@
23
'psycopg2 >= 2.8.2',
24
],
25
project_urls={
26
- 'Bug Reports': 'https://bitbucket.org/ikh/queuepool/issues',
+ 'Bug Reports': 'https://github.com/ikhomyakov/queuepool/issues',
27
},
28
)
29
0 commit comments