Skip to content

Commit 0afa54e

Browse files
author
Hong-Thai Nguyen
authored
Merge pull request #11 from thaichat04/expose-modules
Expose modules
2 parents 75d326f + d112cba commit 0afa54e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

cfonb/__init__.py

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

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.5'
3+
version = '2.6'
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.5.tar.gz',
17+
download_url = 'https://github.com/dhatim/python-cfonb/archive/2.6.tar.gz',
1818
license='LGPL',
1919
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
2020
include_package_data=True,

0 commit comments

Comments
 (0)