Skip to content

Commit

Permalink
Bumped version to 20201124a for release
Browse files Browse the repository at this point in the history
  • Loading branch information
feranick committed Nov 24, 2020
1 parent ec00f32 commit cbf6b49
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SpectraKeras/SpectraKeras_CNN.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
**********************************************************
* SpectraKeras_CNN Classifier and Regressor
* 20200814a
* 20201124a
* Uses: TensorFlow
* By: Nicola Ferralis <[email protected]>
***********************************************************
Expand Down
2 changes: 1 addition & 1 deletion SpectraKeras/SpectraKeras_MLP.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''
**********************************************************
* SpectraKeras_MLP Classifier and Regressor
* 20200814a
* 20201124a
* Uses: TensorFlow
* By: Nicola Ferralis <[email protected]>
***********************************************************
Expand Down
2 changes: 1 addition & 1 deletion SpectraKeras/libSpectraKeras.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'''
**********************************************************
* libSpectraKeas - Library for SpectraKeras
* 20200814a
* 20201124a
* Uses: TensorFlow
* By: Nicola Ferralis <[email protected]>
***********************************************************
Expand Down
2 changes: 1 addition & 1 deletion SpectraKeras/setup-gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
entry_points={'console_scripts' : ['SpectraKeras_MLP=SpectraKeras_MLP:SpectraKeras_MLP',
'SpectraKeras_CNN=SpectraKeras_CNN:SpectraKeras_CNN']},
py_modules=['SpectraKeras_MLP','SpectraKeras_CNN','libSpectraKeras'],
version='20200814a',
version='20201124a',
description='Machine learning for spectral data',
long_description= """ Machine learning for spectral data """,
author='Nicola Ferralis',
Expand Down
2 changes: 1 addition & 1 deletion SpectraKeras/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
entry_points={'console_scripts' : ['SpectraKeras_MLP=SpectraKeras_MLP:SpectraKeras_MLP',
'SpectraKeras_CNN=SpectraKeras_CNN:SpectraKeras_CNN']},
py_modules=['SpectraKeras_MLP','SpectraKeras_CNN','libSpectraKeras'],
version='20200814a',
version='20201124a',
description='Machine learning for spectral data',
long_description= """ Machine learning for spectral data """,
author='Nicola Ferralis',
Expand Down

0 comments on commit cbf6b49

Please sign in to comment.