Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Szubie committed Jan 11, 2023
1 parent 47a6251 commit 9ab64f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R-package/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ivis
Title: Artificial neural network-driven visualization of high-dimensional data using triplets.
Version: 2.0.8
Version: 2.0.9
Authors@R: c(person("Benjamin", "Szubert", email = "[email protected]", role = c("aut", "cre")),
person("Ignat", "Drozdov", email = "[email protected]", role = c("aut")),
person("Kevin", "Rue-Albrecht", role = "ctb", email = "[email protected]", comment = c(ORCID = "0000-0003-3899-3872")))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ model = Ivis(embedding_dims=2, k=15)
embeddings = model.fit_transform(X_scaled)
```

Copyright 2021 Bering Limited
Copyright 2022 Bering Limited
2 changes: 1 addition & 1 deletion ivis/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '2.0.8'
VERSION = '2.0.9'

0 comments on commit 9ab64f5

Please sign in to comment.