Skip to content

Commit

Permalink
Set version to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
htz1992213 committed Dec 15, 2021
1 parent f488a64 commit 8b93b4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions mdgo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@
"""
This package contains core modules and classes molecular dynamics simulation setup and analysis.
"""
__author__ = "Mdgo Development Team"
__email__ = "[email protected]"
__maintainer__ = "Tingzheng Hou"
__maintainer_email__ = "[email protected]"
__version__ = "0.2.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
if __name__ == "__main__":
setup(
name="mdgo",
version="0.2.1",
version="0.2.2",
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 8b93b4a

Please sign in to comment.