Skip to content

Commit

Permalink
version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
htz1992213 committed Dec 19, 2023
1 parent b66a72a commit 7f35692
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change log
==========

v0.3.1
------

v0.3.0
------

v0.2.4
------

Expand Down
2 changes: 1 addition & 1 deletion mdgo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
__email__ = "[email protected]"
__maintainer__ = "Tingzheng Hou"
__maintainer_email__ = "[email protected]"
__version__ = "0.3.0"
__version__ = "0.3.1"
4 changes: 2 additions & 2 deletions mdgo/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"""

__author__ = "Tingzheng Hou"
__version__ = "0.3.0"
__version__ = "0.3.1"
__maintainer__ = "Tingzheng Hou"
__email__ = "[email protected]"
__date__ = "Jul 19, 2021"
__date__ = "Dec 19, 2023"


from .analysis import MdRun
Expand Down
4 changes: 2 additions & 2 deletions mdgo/forcefield/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"""

__author__ = "Tingzheng Hou, Ryan Kingsbury"
__version__ = "0.3.0"
__version__ = "0.3.1"
__maintainer__ = "Tingzheng Hou, Ryan Kingsbury"
__email__ = "[email protected]"
__date__ = "Jul 19, 2022"
__date__ = "Dec 19, 2023"


from .aqueous import IonLJData, Aqueous
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[tool.black]
line-length = 120
target-version = ['py38']
target-version = ['py310']
include = '\.pyi?$'
exclude = '''
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ numpy>=1.16.0
pandas
monty
pubchempy
pymatgen>=2022.7.8
pymatgen
scipy
selenium
setuptools
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
if __name__ == "__main__":
setup(
name="mdgo",
version="0.3.0",
version="0.3.1",
description="A codebase for MD simulation setup and results analysis.",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 7f35692

Please sign in to comment.