Skip to content

Commit

Permalink
v0.16.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed Aug 13, 2024
1 parent 49fd0d8 commit de0bb45
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
target: aarch64
- runner: ubuntu-20.04
target: armv7
python-version: [ '3.8' ]
python-version: [ '3.8', '3.9', '3.10', '3.11','3.12' ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
target: x64
- runner: windows-latest
target: x86
python-version: [ '3.8' ]
python-version: [ '3.8', '3.9', '3.10', '3.11','3.12' ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
target: x86_64
- runner: macos-14
target: aarch64
python-version: [ '3.8' ]
python-version: [ '3.8', '3.9', '3.10', '3.11','3.12' ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/ceylon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ceylon"
version = "0.16.10-alpha"
version = "0.16.10"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion bindings/ceylon/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = { file = "README.md", content-type = "text/markdown" }
license = { file = "LICENSE" }
keywords = ["Aritifical Intelligence", "Multi Agent Systems", "CEYLON", "Ceylon Aritficial Intelligence."]
dynamic = []
version = "0.16.10-alpha"
version = "0.16.10"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down

0 comments on commit de0bb45

Please sign in to comment.