We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e649e commit d112cbaCopy full SHA for d112cba
1 file changed
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
-version = '2.5'
+version = '2.6'
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.5.tar.gz',
+ download_url = 'https://github.com/dhatim/python-cfonb/archive/2.6.tar.gz',
18
license='LGPL',
19
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
20
include_package_data=True,
0 commit comments