Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Szubie committed Jun 12, 2024
1 parent ae0e96d commit 21ed317
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.9
Version: 2.0.10
Authors@R: c(person("Benjamin", "Szubert", email = "bszubert@beringresearch.com", role = c("aut", "cre")),
person("Ignat", "Drozdov", email = "idrozdov@beringresearch.com", role = c("aut")),
person("Kevin", "Rue-Albrecht", role = "ctb", email = "kevin.rue-albrecht@kennedy.ox.ac.uk", 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 2023 Bering Limited
Copyright 2024 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.9'
VERSION = '2.0.10'

0 comments on commit 21ed317

Please sign in to comment.