From 129c39c2a78af92cf23b71f66d38658c19e844e8 Mon Sep 17 00:00:00 2001 From: Corin Wagen Date: Mon, 11 Dec 2023 14:19:53 -0500 Subject: [PATCH] version ++ --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0892929..a2fa69e 100644 --- a/setup.py +++ b/setup.py @@ -11,13 +11,13 @@ packages=["cctk", "cctk.data", "cctk.groups"], # include_package_data=True, package_data={"cctk.data": ["*"], "cctk.groups": ["*"],}, - version="v0.2.19", + version="v0.2.20", license="Apache 2.0", description="computational chemistry toolkit", author="Corin Wagen and Eugene Kwan", author_email="corin.wagen@gmail.com", url="https://github.com/ekwan/cctk", - download_url="https://github.com/ekwan/cctk/archive/v0.2.19.tar.gz", + download_url="https://github.com/ekwan/cctk/archive/v0.2.20.tar.gz", install_requires=["numpy", "networkx", "importlib_resources", "scipy", "pyahocorasick", "basis_set_exchange", "pyyaml"], long_description=long_description, long_description_content_type='text/markdown',