We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd72956 commit 19a47e3Copy full SHA for 19a47e3
sciann/__init__.py
@@ -33,7 +33,7 @@
33
__credits__ = []
34
__url__ = "http://github.com/sciann/sciann]"
35
__license__ = "MIT"
36
-__version__ = "0.5.5.0"
+__version__ = "0.6.0.0"
37
__cite__ = \
38
'@misc{haghighat2019sciann, \n' +\
39
' title={SciANN: A Keras/Tensorflow wrapper for scientific computations and physics-informed deep learning using artificial neural networks}, \n' +\
setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name='SciANN',
18
- version='0.5.5.0',
+ version='0.6.0.0',
19
description='A Keras/Tensorflow wrapper for scientific computations and physics-informed deep learning using artificial neural networks.',
20
long_description=long_description,
21
author='Ehsan Haghighat',
0 commit comments