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 26d17d8 commit 82d03f4Copy full SHA for 82d03f4
setup.py
@@ -2,13 +2,13 @@
2
setup(
3
name = 'sealion',
4
packages = ['sealion'],
5
- version = '2.2',
+ version = '2.2.1',
6
license='MIT',
7
description = 'SeaLion is a simple machine learning and data science library for beginners and ml-engineers alike.',
8
author = 'Anish Lakkapragada',
9
author_email = 'anish.lakkapragada@gmail.com',
10
url = 'https://github.com/anish-lakkapragada/SeaLion',
11
- download_url = 'https://github.com/anish-lakkapragada/SeaLion/archive/v2.2.tar.gz',
+ download_url = 'https://github.com/anish-lakkapragada/SeaLion/archive/v2.2.1.tar.gz',
12
keywords = ['Machine Learning', 'Data Science', 'Python'],
13
install_requires=[
14
'numpy',
0 commit comments