We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 055e5bc commit 2523bfdCopy full SHA for 2523bfd
1 file changed
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
-version = '2.1'
+version = '2.2'
4
5
long_description = open('README.rst').read()
6
@@ -14,7 +14,7 @@
14
author='Dhatim',
15
author_email='contact@dhatim.com',
16
url='https://github.com/dhatim/python-cfonb',
17
- download_url = 'https://github.com/dhatim/python-cfonb/archive/2.1.tar.gz',
+ download_url = 'https://github.com/dhatim/python-cfonb/archive/2.2.tar.gz',
18
license='LGPL',
19
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
20
include_package_data=True,
0 commit comments