Skip to content

Commit

Permalink
OM publish prep
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaj committed Nov 28, 2024
1 parent 277ea49 commit 3fbe784
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/origen_metal/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "origen_metal"
#*****************************************************
# Also update the version in the [project] section below!!!!!
#*****************************************************
version = "0.4.1-dev4"
version = "1.0.0"
description = "Bare metal APIs for the Origen SDK"
homepage = "https://origen-sdk.org/o2"
license = "MIT"
Expand All @@ -22,7 +22,7 @@ importlib-metadata = ">= 6.7.0" # For use with Python pre-3.8

[project]
name = "origen-metal"
version = "0.4.1-dev4"
version = "1.0.0"
requires-python = ">=3.7.0,<3.13"
dependencies = [
"colorama (>=0.4.4)",
Expand Down
2 changes: 1 addition & 1 deletion rust/pyapi_metal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "origen-metal"
version = "0.4.1-dev4"
version = "1.0.0"
edition = "2021"
authors = ["Origen-SDK"]

Expand Down

0 comments on commit 3fbe784

Please sign in to comment.