From 516475ce53a9956b671a7ca02edd6753c5dbed8d Mon Sep 17 00:00:00 2001 From: Tingzheng Hou Date: Fri, 12 Nov 2021 18:01:21 -0800 Subject: [PATCH] version update --- LICENSE.rst | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.rst b/LICENSE.rst index f513b6be..7666d1f0 100644 --- a/LICENSE.rst +++ b/LICENSE.rst @@ -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 diff --git a/setup.py b/setup.py index 91cf1b89..7150161d 100644 --- a/setup.py +++ b/setup.py @@ -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", @@ -41,7 +41,7 @@ author_email="tingzheng_hou@berkeley.edu", maintainer="Tingzheng Hou", maintainer_email="tingzheng_hou@berkeley.edu", - url="https://github.com/htz1992213/mdgo", + url="https://github.com/HT-MD/mdgo", packages=find_packages(), install_requires=INSTALL_REQUIRES, extras_require={