Skip to content

Commit

Permalink
Version and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
nilp0inter committed Mar 29, 2017
1 parent 5755c2b commit 383fc15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* RETE matching algorithm.
* Better Rule decorator system.
* Facts are dictionaries.
* Documentation.

<1.0.0
++++++
Expand Down
1 change: 0 additions & 1 deletion TODO.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
TODO
====

* Document new API.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@
README = open(os.path.join(HERE, 'README.rst')).read()
NEWS = open(os.path.join(HERE, 'TODO.rst')).read()

VERSION = '0.1.8'
VERSION = '1.0.0'

setup(name='pyknow',
version=VERSION,
description="Pure Python knowledge-based inference engine (inspired by CLIPS)",
long_description=README + '\n\n' + NEWS,
classifiers=[
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
keywords='knowledge-based inference engine',
author='Roberto Abdelkader Martínez Pérez',
Expand All @@ -28,5 +30,4 @@
include_package_data=True,
zip_safe=False,
install_requires=[
'attrdict'
])

0 comments on commit 383fc15

Please sign in to comment.