Skip to content

Commit f4fffbf

Browse files
Updated PyPI to 3.3 #235
1 parent 831c928 commit f4fffbf

File tree

4 files changed

+14
-26
lines changed

4 files changed

+14
-26
lines changed

IS_RELEASE.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
<h1 align="center">
2-
<br>
3-
<a href="https://github.com/dpr1005/Semisupervised-learning-and-instance
4-
-selection-methods"><img src="./branding/is-ssl-2-flatten.png"
5-
alt="IS-SSL by DNX"></a>
6-
<br>
7-
</h1>
1+
![](https://raw.githubusercontent.com/dpr1005/Semisupervised-learning-and-instance-selection-methods/main/branding/is-ssl-2-flatten.png)
82

93
---
104
# Instance Selection Methods

SSL_REALEASE.md SSL_RELEASE.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
<h1 align="center">
2-
<br>
3-
<a href="https://github.com/dpr1005/Semisupervised-learning-and-instance
4-
-selection-methods"><img src="./branding/is-ssl-2-flatten.png"
5-
alt="IS-SSL by DNX"></a>
6-
<br>
7-
</h1>
1+
![](https://raw.githubusercontent.com/dpr1005/Semisupervised-learning-and-instance-selection-methods/main/branding/is-ssl-2-flatten.png)
82

93
---
104

setup.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
2-
name = IS-DNX
3-
version = 2.1
2+
name = InstanceSelectionDNX
3+
version = 3.3
44
author = Daniel Puente Ramírez
55
author_email = [email protected]
66
description = Instance Selection Algorithms.
@@ -19,7 +19,7 @@ classifiers =
1919
package_dir =
2020
= instance_selection
2121
packages = find:
22-
python_requires = >=3.6
22+
python_requires = >=3.7
2323

2424
[options.packages.find]
2525
where = instance_selection

setup.py

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
from distutils.core import setup
22

33
setup(
4-
name="IS-DNX",
5-
version="2.1",
6-
license="MIT",
7-
description="Instance Selection Algorithms.",
8-
author="Daniel Puente Ramírez",
9-
author_email="[email protected]",
10-
url="https://github.com/dpr1005/Semisupervised-learning-and-instance-selection-methods",
11-
download_url="https://github.com/dpr1005/Semisupervised-learning-and-instance-selection-methods",
12-
keywords=["Semi Supervised Learning", "ML", "IA"],
4+
name='InstanceSelectionDNX',
5+
version='3.3',
6+
license='MIT',
7+
description='Instance Selection Algorithms.',
8+
author='Daniel Puente Ramírez',
9+
author_email='[email protected]',
10+
url='https://github.com/dpr1005/Semisupervised-learning-and-instance-selection-methods',
11+
download_url='https://github.com/dpr1005/Semisupervised-learning-and-instance-selection-methods',
12+
keywords=['Instance Selection', 'ML', 'IA']
1313
)

0 commit comments

Comments
 (0)