Skip to content

Commit 75d326f

Browse files
author
Hong-Thai Nguyen
authored
Merge pull request #10 from thaichat04/remove-relative-import
Remove relative import
2 parents 0ea0345 + 28a2dce commit 75d326f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

cfonb/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
#
2-
from .parser.statement import StatementReader

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = '2.4'
3+
version = '2.5'
44

55
long_description = open('README.rst').read()
66

@@ -14,7 +14,7 @@
1414
author='Dhatim',
1515
author_email='[email protected]',
1616
url='https://github.com/dhatim/python-cfonb',
17-
download_url = 'https://github.com/dhatim/python-cfonb/archive/2.4.tar.gz',
17+
download_url = 'https://github.com/dhatim/python-cfonb/archive/2.5.tar.gz',
1818
license='LGPL',
1919
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
2020
include_package_data=True,

0 commit comments

Comments
 (0)