Skip to content

Commit

Permalink
Merge pull request #18 from htz1992213/main
Browse files Browse the repository at this point in the history
version update
  • Loading branch information
htz1992213 authored Nov 13, 2021
2 parents 1eb09dc + 516475c commit 6645448
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Tingzheng Hou
Copyright (c) 2020-2021 MDGO development team

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
version="0.2.1",
description="A codebase for MD simulation setup and results analysis.",
long_description=readme,
long_description_content_type="text/markdown",
Expand All @@ -41,7 +41,7 @@
author_email="[email protected]",
maintainer="Tingzheng Hou",
maintainer_email="[email protected]",
url="https://github.com/htz1992213/mdgo",
url="https://github.com/HT-MD/mdgo",
packages=find_packages(),
install_requires=INSTALL_REQUIRES,
extras_require={
Expand Down

0 comments on commit 6645448

Please sign in to comment.