Skip to content

Commit 19a47e3

Browse files
V0.6.0.0 - Google Colab bug fix + Adaptive Weights
1 parent bd72956 commit 19a47e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sciann/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
__credits__ = []
3434
__url__ = "http://github.com/sciann/sciann]"
3535
__license__ = "MIT"
36-
__version__ = "0.5.5.0"
36+
__version__ = "0.6.0.0"
3737
__cite__ = \
3838
'@misc{haghighat2019sciann, \n' +\
3939
' title={SciANN: A Keras/Tensorflow wrapper for scientific computations and physics-informed deep learning using artificial neural networks}, \n' +\

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name='SciANN',
18-
version='0.5.5.0',
18+
version='0.6.0.0',
1919
description='A Keras/Tensorflow wrapper for scientific computations and physics-informed deep learning using artificial neural networks.',
2020
long_description=long_description,
2121
author='Ehsan Haghighat',

0 commit comments

Comments
 (0)