Skip to content

Commit

Permalink
Set to version 5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
audunarn committed Feb 29, 2024
1 parent 350f9be commit 94004fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# __init__.py
# Project information.
__title__ = 'ANYstructure'
__version__ = '5.1.0'
__version__ = '5.1.3'
__author__ = 'Audun Arnesen Nyhus'
__license__ = 'MIT'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 94004fc

Please sign in to comment.