From 70da1e25bc340f4182e375d53bbdc124d81ec74f Mon Sep 17 00:00:00 2001 From: Julian Karl Bauer Date: Thu, 14 Apr 2022 20:41:57 +0200 Subject: [PATCH] Increase version --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7164c2d..a24816f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -108,9 +108,9 @@ # built documents. # # The short X.Y version. -version = "0.0.1" +version = "0.1.0" # The full version, including alpha/beta/rc tags. -release = "0.0.1" +release = "0.1.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 55b6331..1a9355e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="mechmean", - version="0.0.4", + version="0.1.0", author="Julian Karl Bauer", author_email="juliankarlbauer@gmx.de", description="Mechmean contains selected mean field methods"