-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kieran B. Spooner
committed
Mar 5, 2024
1 parent
b2c8a43
commit 9720c84
Showing
5 changed files
with
4 additions
and
4 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
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
|
@@ -3,10 +3,10 @@ | |
__name__ = 'ThermoParser' | ||
__author__ = 'Kieran B. Spooner' | ||
__copyright__ = 'Copyright Scanlon Materials Theory Group (2024)' | ||
__version__ = '3.0.0' | ||
__version__ = '3.1.2' | ||
__maintainer__ = 'Kieran B. Spooner' | ||
__email__ = '[email protected]' | ||
__date__ = 'February 23rd 2024' | ||
__date__ = 'March 5th 2024' | ||
|
||
import os | ||
import setuptools | ||
|