Skip to content

Commit d39c5b5

Browse files
authored
Merge pull request #21 from zoj613/new_release
REL: Bump version and prep for release
2 parents 1ac24c0 + a3cac62 commit d39c5b5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyloras/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from ._loras import LORAS
22

3-
__version__ = '0.1.0-beta.2'
3+
__version__ = '0.1.0-beta.3'

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[tool.poetry]
22
name = "pyloras"
3-
version = "0.1.0-beta.2"
3+
version = "0.1.0-beta.3"
44
description = "LoRAS: An oversampling approach for imbalanced datasets"
55
authors = ["Zolisa Bleki <[email protected]>"]
66
license = "BSD-3-Clause"
77
readme = 'README.md'
8+
repository = "https://github.com/zoj613/pyloras/"
89
keywords = [
910
'loras',
1011
'imbalanced datasets',

0 commit comments

Comments
 (0)