-
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.
When calling load with paths a path that does not exist won't raise a…
…n error, this is meant to be a safe way to limit what paths the system can load from the file and not create errors if the limited path does not exist
- Loading branch information
Showing
2 changed files
with
7 additions
and
6 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
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,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name="CADET", | ||
version="0.4", | ||
version="0.5", | ||
author="William Heymann", | ||
author_email="[email protected]", | ||
description="CADET is a python interface to the CADET chromatography simulator", | ||
|