Skip to content

Commit f5c2858

Browse files
author
Jon Drobny
committed
Update version numbers.
1 parent 15ddc67 commit f5c2858

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "RustBCA"
3-
version = "1.3.0"
3+
version = "2.0.0"
44
default-run = "RustBCA"
55
authors = ["Jon Drobny <drobny2@illinois.edu>", "Jon Drobny <jdrobny@tae.com>"]
66
edition = "2018"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="RustBCA",
6-
version="1.3.0",
6+
version="2.0.0",
77
rust_extensions=[
88
RustExtension(
99
"libRustBCA",

0 commit comments

Comments
 (0)