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

Bump version: 0.4.0 → 0.4.1

parent 6513fab0
Branches
Tags v0.4.1
No related merge requests found
Pipeline #1940 passed
[bumpversion] [bumpversion]
current_version = 0.4.0 current_version = 0.4.1
commit = True commit = True
tag = True tag = True
[bumpversion:file:setup.cfg] [bumpversion:file:setup.cfg]
[bumpversion:file:setup.py] [bumpversion:file:setup.py]
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name="grext", name="grext",
version="0.4.0", version="0.4.1",
packages=find_packages(), packages=find_packages(),
install_requires=["numpy", "scipy", "pytest"], install_requires=["numpy", "scipy", "pytest"],
author="Michele Nottoli", author="Michele Nottoli",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment