Skip to content

Commit 007342a

Browse files
committed
update setup.py
1 parent c407819 commit 007342a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
'dlfs.optimizers',
1313
'dlfs.preprocessing'],
1414

15-
version='0.2.1',
15+
version='0.2.2',
1616
license='apache-2.1',
1717
description='implement from scratch (using numpy arrays) a package based on tensorflow architecture which '
1818
'allows to build and train Fully Connected Networks and Convolutional Neural Networks (CNNs).',
1919
author='Pablo',
2020
author_email='pablete.arino@gmail.com',
2121
url='https://github.com/Pabloo22/Deep-Learning-from-Scratch',
22-
download_url='https://github.com/Pabloo22/dlfs/archive/refs/tags/v0.2.1.tar.gz',
22+
download_url='https://github.com/Pabloo22/dlfs/archive/refs/tags/v0.2.2.tar.gz',
2323
keywords=['machine-learning', 'deep-learning', 'backpropagation'], # Keywords that define your package best
2424
install_requires=[
2525
'numpy',

0 commit comments

Comments
 (0)