Skip to content

Commit

Permalink
bump: v0.1.1 (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: John San Soucie <jsansoucie@whoi.edu>
  • Loading branch information
san-soucie and John San Soucie committed Oct 2, 2023
1 parent 74a9637 commit f4ba37e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cff-version: 1.1.0
message: Software reference
title: sgdrf
version: 0.1.0
version: 0.1.1
abstract: Python implementation of Streaming Gaussian Dirichlet Random Fields (San Soucie et al. 2023)
authors:
-
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ name = "sgdrf"
# E.g. This might be "1.2.13", and the GitHub release will be "v1.2.13".
# Although semantic versioning allows for build tags (metadata),
# not all tools are compatible with it, so avoid it if you can.
version = "0.1.0"
version = "0.1.1"

description = "Python implementation of Streaming Gaussian Dirichlet Random Fields (San Soucie et al. 2023)"
keywords = ["gaussian_process", "statistics"]
Expand Down

0 comments on commit f4ba37e

Please sign in to comment.