We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62151c0 commit 44350a0Copy full SHA for 44350a0
CHANGES.txt
@@ -0,0 +1,15 @@
1
+Changelog
2
+**********
3
+
4
+1.1 (24.8. 2015)
5
+-----------------
6
7
+- Support prefixed and in-middle terms
8
+- Support multiple terms per name
9
+- Cleanup & refactoring
10
+- First PyPI release
11
12
+1.0 (Mar 20, 2014)
13
+-------------------
14
15
+- GitHub release
setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='cleanco',
description='Python library to process company names',
- version='1.0',
+ version='1.1',
license="MIT",
classifiers = [
"Topic :: Office/Business",
0 commit comments