Skip to content

Commit bba72f6

Browse files
committed
REL: Bump version number
1 parent 7dc40b7 commit bba72f6

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

pyloras/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
from ._loras import LORAS
2+
3+
__version__ = '0.1.0-beta.2'

pyproject.toml

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,30 @@
11
[tool.poetry]
22
name = "pyloras"
3-
version = "0.1.0"
3+
version = "0.1.0-beta.2"
44
description = "LoRAS: An oversampling approach for imbalanced datasets"
55
authors = ["Zolisa Bleki <[email protected]>"]
66
license = "BSD-3-Clause"
77
readme = 'README.md'
88
keywords = [
9+
'loras',
910
'imbalanced datasets',
1011
'oversampling',
1112
'machine learning',
1213
'localized affine random shadowsampling'
1314
]
15+
classifiers = [
16+
"Intended Audience :: Science/Research",
17+
"Topic :: Scientific/Engineering :: Machine Learning :: Data Science",
18+
"License :: OSI Approved :: BSD License",
19+
"Programming Language :: Python",
20+
"Programming Language :: Python :: 3 :: Only",
21+
"Operating System :: POSIX :: Linux",
22+
"Operating System :: Microsoft :: Windows :: Windows 10",
23+
"Operating System :: MacOS :: MacOS X",
24+
]
25+
include = [
26+
"LICENSE",
27+
]
1428

1529
[tool.poetry.dependencies]
1630
python = "^3.6"

0 commit comments

Comments
 (0)