Skip to content

Commit

Permalink
set version to v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerum committed Apr 4, 2022
1 parent 6d5dbef commit 2939ecc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion saenopy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .save import *
from .solver import Solver, load, save

__version__ = '0.7.3'
__version__ = '0.7.4'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2939ecc

Please sign in to comment.