Skip to content

Commit 9ab64f5

Browse files
committed
Version bump
1 parent 47a6251 commit 9ab64f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

R-package/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ivis
22
Title: Artificial neural network-driven visualization of high-dimensional data using triplets.
3-
Version: 2.0.8
3+
Version: 2.0.9
44
Authors@R: c(person("Benjamin", "Szubert", email = "[email protected]", role = c("aut", "cre")),
55
person("Ignat", "Drozdov", email = "[email protected]", role = c("aut")),
66
person("Kevin", "Rue-Albrecht", role = "ctb", email = "[email protected]", comment = c(ORCID = "0000-0003-3899-3872")))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ model = Ivis(embedding_dims=2, k=15)
7070
embeddings = model.fit_transform(X_scaled)
7171
```
7272

73-
Copyright 2021 Bering Limited
73+
Copyright 2022 Bering Limited

ivis/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.0.8'
1+
VERSION = '2.0.9'

0 commit comments

Comments
 (0)