Skip to content

Commit

Permalink
patch version bumps becaue of PR #43
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p committed Apr 20, 2022
1 parent d6aa33e commit 7c5dbb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alevin-fry"
version = "0.5.0"
version = "0.5.1"
authors = [
"Avi Srivastava <avi.srivastava@nyu.edu>",
"Hirak Sarkar <hirak_sarkar@hms.harvard.edu>",
Expand Down Expand Up @@ -39,7 +39,7 @@ categories = ["command-line-utilities", "science"]
# for release
# libradicl = "0.4.4"
# for local development
libradicl = { path = "libradicl", version = "0.4.4" }
libradicl = { path = "libradicl", version = "0.4.5" }
arrayvec = "0.7.2"
ahash = "0.7.6"
bincode = "1.3.3"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Dongze He, Mohsen Zakeri, Hirak Sarkar, Charlotte Soneson, Avi Srivastava, Rob Patro'

# The full version, including alpha/beta/rc tags
release = '0.4.3'
release = '0.5.1'

master_doc = 'index'

Expand Down
2 changes: 1 addition & 1 deletion libradicl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libradicl"
version = "0.4.4"
version = "0.4.5"
authors = [
"Avi Srivastava <avi.srivastava@nyu.edu>",
"Hirak Sarkar <hirak_sarkar@hms.harvard.edu>",
Expand Down

0 comments on commit 7c5dbb4

Please sign in to comment.