Skip to content

Commit 82d03f4

Browse files
Update setup.py
1 parent 26d17d8 commit 82d03f4

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
@@ -2,13 +2,13 @@
22
setup(
33
name = 'sealion',
44
packages = ['sealion'],
5-
version = '2.2',
5+
version = '2.2.1',
66
license='MIT',
77
description = 'SeaLion is a simple machine learning and data science library for beginners and ml-engineers alike.',
88
author = 'Anish Lakkapragada',
99
author_email = 'anish.lakkapragada@gmail.com',
1010
url = 'https://github.com/anish-lakkapragada/SeaLion',
11-
download_url = 'https://github.com/anish-lakkapragada/SeaLion/archive/v2.2.tar.gz',
11+
download_url = 'https://github.com/anish-lakkapragada/SeaLion/archive/v2.2.1.tar.gz',
1212
keywords = ['Machine Learning', 'Data Science', 'Python'],
1313
install_requires=[
1414
'numpy',

0 commit comments

Comments
 (0)