Skip to content

Commit baae7b8

Browse files
committed
Switched from bitbucket to github. Releasing 1.3.2.
1 parent 29d60f0 commit baae7b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
setuptools.setup(
77
name="queuepool",
8-
version="1.3.1",
8+
version="1.3.2",
99
author="ikh software, inc.",
1010
author_email="ikh@ikhsoftware.com",
1111
description="A multithread-safe resource pool based on synchronized queue",
1212
long_description=long_description,
1313
long_description_content_type="text/x-rst",
14-
url="https://bitbucket.org/ikh/queuepool",
14+
url="https://github.com/ikhomyakov/queuepool",
1515
packages=setuptools.find_packages(),
1616
classifiers=[
1717
'Programming Language :: Python :: 3',
@@ -23,7 +23,7 @@
2323
'psycopg2 >= 2.8.2',
2424
],
2525
project_urls={
26-
'Bug Reports': 'https://bitbucket.org/ikh/queuepool/issues',
26+
'Bug Reports': 'https://github.com/ikhomyakov/queuepool/issues',
2727
},
2828
)
2929

0 commit comments

Comments
 (0)