Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ericevenchick committed Aug 26, 2024
1 parent 7ea7854 commit 0ca10d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "cantact"
version = "0.1.2"
version = "0.1.3"
authors = ["Eric Evenchick <[email protected]>"]
license = "MIT"
keywords = ["can", "usb"]
Expand Down
2 changes: 1 addition & 1 deletion driver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cantact-driver"
version = "0.1.2"
version = "0.1.3"
authors = ["Eric Evenchick <[email protected]>"]
license = "MIT"
keywords = ["can", "usb", "driver"]
Expand Down
2 changes: 1 addition & 1 deletion driver/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name="cantact",
version="0.1.2",
version="0.1.3",
author="Eric Evenchick",
author_email="[email protected]",
description="Support for the CANtact Controller Area Network Devices",
Expand Down

0 comments on commit 0ca10d6

Please sign in to comment.