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

Bump version: 0.5.0 → 0.6.0

parent acb93543
Branches
Tags v0.6.0
No related merge requests found
Pipeline #1956 passed
[bumpversion] [bumpversion]
current_version = 0.5.0 current_version = 0.6.0
commit = True commit = True
tag = True tag = True
......
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name="gext", name="gext",
version="0.5.0", version="0.6.0",
packages=find_packages(), packages=find_packages(),
install_requires=["numpy", "scipy"], install_requires=["numpy", "scipy"],
extras_require={"tests": ["pytest"]}, extras_require={"tests": ["pytest"]},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment