Skip to content

Commit 05226a0

Browse files
committed
Small bug as per issue #127 fixed.
1 parent e01f451 commit 05226a0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
ANYstructure is the ultimate steel structure design tool for plate fields and cylinders!
33
Weight optimization for all structures with machine learning capabilities.
44
Calculations are based on DNV standards and rules
5+
### What's new in 4.10 ###
6+
* Corrected minor bug on membrane stresses for unstiffened cylinder.
57
### What's new in 4.9.1 ###
68
* Corrected bug in loading old save files
79
* Corrected error on buckling flat plate calculation

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def readme():
2727
name='ANYstructure', # Required
2828
url = 'https://github.com/audunarn/ANYstructure',
2929
entry_points={"console_scripts": ['ANYstructure = any_files.__main__:main']},
30-
version='4.9.1', # Required
30+
version='4.10', # Required
3131
license='MIT',
3232
description='A plate field optimization tool for offshore structures calculated according to DNV standards',
3333
long_description = readme(),

0 commit comments

Comments
 (0)