Skip to content

Commit

Permalink
fix version for readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Baukebrenninkmeijer committed May 7, 2020
1 parent e59fbbd commit 1b2eb05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="table-evaluator",
version="v1.1.4post2",
version="v1.1.4post3",
author="Bauke Brenninkmeijer",
author_email="[email protected]",
description="A package to evaluate how close a synthetic data set is to real data.",
Expand All @@ -25,7 +25,7 @@
'scipy'
],
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
Expand Down

0 comments on commit 1b2eb05

Please sign in to comment.