Skip to content
Snippets Groups Projects
Commit 3a792aff authored by Michele Nottoli's avatar Michele Nottoli
Browse files

Bump version: 0.8.0 → 0.8.1

parent b93b825b
No related branches found
No related tags found
No related merge requests found
Pipeline #1976 passed
[bumpversion]
current_version = 0.8.0
current_version = 0.8.1
commit = True
tag = True
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="gext",
version="0.8.0",
version="0.8.1",
packages=find_packages(),
install_requires=["numpy", "scipy"],
extras_require={"tests": ["pytest"]},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment