From 94004fca3714c2307d5f19e5a4cc848e97e2e53c Mon Sep 17 00:00:00 2001 From: Audun Arnesen Nyhus Date: Thu, 29 Feb 2024 14:40:37 +0100 Subject: [PATCH] Set to version 5.1.3 --- __init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 5b6efe7..6fe2301 100644 --- a/__init__.py +++ b/__init__.py @@ -1,6 +1,6 @@ # __init__.py # Project information. __title__ = 'ANYstructure' -__version__ = '5.1.0' +__version__ = '5.1.3' __author__ = 'Audun Arnesen Nyhus' __license__ = 'MIT' \ No newline at end of file diff --git a/setup.py b/setup.py index 6705162..aa004c2 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def readme(): name='ANYstructure', # Required url = 'https://github.com/audunarn/ANYstructure', entry_points={"console_scripts": ['ANYstructure = anystruct.__main__:main']}, - version='5.1.2', # Required + version='5.1.3', # Required license='MIT', description='A plate field optimization tool for offshore structures calculated according to DNV standards', long_description = readme(),