Skip to content

Commit

Permalink
1.4dev2 release fix for prediction sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
eslerm committed Dec 21, 2018
1 parent a1e3bdf commit aa859a2
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 @@ -2,12 +2,12 @@

setuptools.setup(
name="vkmz",
version="1.4dev0",
version="1.4dev2",
python_requires=">=3.6",
description="metabolomics formula prediction and van Krevelen diagram generation",
author="Mark Esler",
author_email="[email protected]",
url="https://github.com/HegemanLab/VKMZ",
url="https://github.com/HegemanLab/vkmz",
packages=setuptools.find_packages(),
entry_points={"console_scripts": ["vkmz = vkmz.__main__:main"]},
package_data={"vkmz": ["d3.html", "databases/*"]},
Expand Down

0 comments on commit aa859a2

Please sign in to comment.