We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cebd8cc + 7984ecb commit 5ba6986Copy full SHA for 5ba6986
setup.py
@@ -5,12 +5,12 @@
5
# Installation setup
6
setup(
7
name='EchoTorch',
8
- version='0.2.2',
+ version='0.2.3',
9
description="A Python toolkit for Reservoir Computing",
10
long_description="A Python toolkit for Reservoir Computing, Echo State Network and Conceptor experimentation "
11
"based on pyTorch",
12
author='Nils Schaetti',
13
- author_email='nils.schaetti@unine.ch',
+ author_email='nils.schaetti@unige.ch',
14
license='GPLv3',
15
packages=find_packages(),
16
zip_safe=False
0 commit comments