Skip to content
Snippets Groups Projects
Commit c772dc39 authored by Mathias Hauser's avatar Mathias Hauser
Browse files

release v0.3.1

parent b17900d6
Branches master
No related tags found
No related merge requests found
Changelog
=========
v0.3.1 (16.03.2022)
-------------------
- Fix version (was left at 0.2.0).
v0.3.0 (16.03.2022)
-------------------
......
......@@ -44,9 +44,9 @@ author = "Nicolas Piaget"
# The short X.Y version.
version = "0.2"
version = "0.3"
# The full version, including alpha/beta/rc tags.
release = "0.2.0"
release = "0.3.1"
# excluded directories for source files
exclude_patterns = ["_build"]
......
......@@ -24,7 +24,7 @@ else:
setup(
name=__NAME__,
version="0.2.0",
version="0.3.1",
author=__AUTHOR__,
author_email=__AUTHOR_EMAIL__,
maintainer=__AUTHOR__,
......
......@@ -37,3 +37,5 @@ Examples
from .formats import hhmm2frac # noqa
from .lagranto import LagrantoRun, Tra # noqa
from .plotting import CartoFigure, plot_trajs # noqa
__version__ = "0.3.1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment