Skip to content

Commit

Permalink
Fix version numbers after main merge into dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Drobny committed Jul 3, 2023
1 parent c3be62a commit b6821a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "RustBCA"
version = "2.0.1"
version = "2.1.0"
default-run = "RustBCA"
authors = ["Jon Drobny <drobny2@illinois.edu>", "Jon Drobny <jdrobny@tae.com>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="RustBCA",
version="2.0.1",
version="2.1.0",
rust_extensions=[
RustExtension(
"libRustBCA",
Expand Down

0 comments on commit b6821a9

Please sign in to comment.