-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update __version__ from "0.0.3" to "0.0.4"
- Loading branch information
Showing
36 changed files
with
36 additions
and
36 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 |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" |
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Aug 2022" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
|
||
class PubChemRunner: | ||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Jan 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
logger = logging.getLogger() | ||
ch = logging.StreamHandler(stream=sys.stdout) | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Jan 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
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 |
---|---|---|
|
@@ -48,7 +48,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Jan 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
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 |
---|---|---|
|
@@ -35,7 +35,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Jan 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Jan 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
|
||
@explicit_serialize | ||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Jan 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Jan 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Jan 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Jan 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Jan 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Jan 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
__credits__ = "Anubhav Jain, Kiran Mathew" | ||
|
||
logger = logging.getLogger(__name__) | ||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Jan 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Jan 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Jan 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Jan 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Jan 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Jan 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Jan 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
|
||
def get_bde( | ||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Jan 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
|
||
logger = logging.getLogger(__name__) | ||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Jan 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Jan 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Jan 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Jan 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
|
||
logger = logging.getLogger(__name__) | ||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Oct 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
|
||
def run_hybrid_calcs( | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Oct 2021" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
|
||
def get_solvation_structures_nmr( | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Apr 2020" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
logger = logging.getLogger() | ||
ch = logging.StreamHandler(stream=sys.stdout) | ||
|
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 |
---|---|---|
|
@@ -51,7 +51,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Apr 2020" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Apr 2020" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Apr 2020" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Apr 2020" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Aug 2022" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Apr 2020" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
|
||
def add_ff_labels_to_BADI_lists(ff_list, label): | ||
|
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ | |
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
__date__ = "Apr 2020" | ||
__version__ = "0.0.3" | ||
__version__ = "0.0.4" | ||
|
||
|
||
def lammps_data_fws( | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
setuptools.setup( | ||
name="mispr", | ||
version="0.0.3", | ||
version="0.0.4", | ||
author="Rasha Atwi, Matthew Bliss", | ||
author_email="[email protected], [email protected]", | ||
description="mispr contains FireWorks workflows for Materials Science", | ||
|