From 2939ecc8ed0b9b2b2840654805409373d0a51a40 Mon Sep 17 00:00:00 2001 From: Richard Gerum Date: Mon, 4 Apr 2022 17:41:22 +0200 Subject: [PATCH] set version to v0.7.4 --- docs/conf.py | 4 ++-- saenopy/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index dc6bd6e..63fce79 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -103,9 +103,9 @@ # built documents. # # The short X.Y version. -version = '0.7.3' +version = '0.7.4' # The full version, including alpha/beta/rc tags. -release = '0.7.3' +release = '0.7.4' # -- Options for HTML output ---------------------------------------------- diff --git a/saenopy/__init__.py b/saenopy/__init__.py index bb41d01..74d64c2 100644 --- a/saenopy/__init__.py +++ b/saenopy/__init__.py @@ -3,4 +3,4 @@ from .save import * from .solver import Solver, load, save -__version__ = '0.7.3' +__version__ = '0.7.4' diff --git a/setup.py b/setup.py index 6c4e2e1..b4929f9 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ from setuptools import setup setup(name='saenopy', - version="0.7.3", + version="0.7.4", description='Semi-elastic fiber optimisation in python.', author='Richard Gerum', author_email='richard.gerum@fau.de',