Skip to content

Commit

Permalink
Update setup.py bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpeene authored Oct 10, 2023
1 parent 28812d7 commit 244988e
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 @@ -15,11 +15,11 @@
long_description_content_type="text/markdown",
long_description=readme,
author="Carter Peene",
version="0.7.0",
version="0.8.0",
author_email="[email protected]",
url="https://github.com/AllenInstitute/openscope_databook",
license=license,
packages=find_packages(where="databook_utils"),
package_dir={"": "databook_utils"},
install_requires=required
)
)

0 comments on commit 244988e

Please sign in to comment.