-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumped the version since the URL was still pointing to CADETMatch
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,13 @@ | |
|
||
setuptools.setup( | ||
name="CADET", | ||
version="0.1", | ||
version="0.2", | ||
author="William Heymann", | ||
author_email="[email protected]", | ||
description="CADET is a python interface to the CADET chromatography simulator", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/modsim/CADET-Match", | ||
url="https://github.com/modsim/CADET-Python", | ||
packages=setuptools.find_packages(), | ||
install_requires=[ | ||
'addict', | ||
|