From 6e342fdfce2adf57fdabfedb2ec88dd923326dcb Mon Sep 17 00:00:00 2001 From: Anton Helm Date: Thu, 30 Apr 2020 12:59:14 +0100 Subject: [PATCH] bump version to 0.0.2 --- docs/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9e91095..dbe225b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ author = "Anton Helm" # The full version, including alpha/beta/rc tags -release = "0.0.1" +release = "0.0.2" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index a8c1b2d..b54d662 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nata" -version = "0.0.1" +version = "0.0.2" description = "Post-processing and visualization for PIC codes" authors = [ "Anton Helm "