Skip to content

Commit

Permalink
version ++
Browse files Browse the repository at this point in the history
  • Loading branch information
corinwagen committed Dec 11, 2023
1 parent ffe2987 commit 129c39c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
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',
Expand Down

0 comments on commit 129c39c

Please sign in to comment.