Skip to content

Commit

Permalink
Merge pull request #108 from masanorihirano/release/0.2.2
Browse files Browse the repository at this point in the history
Release/0.2.2
  • Loading branch information
masanorihirano authored Oct 23, 2024
2 parents 5ee2fbe + 9268c98 commit 28cbb86
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
exclude:
- platform: windows-latest
python-version: 3.13

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
exclude:
- platform: windows-latest
python-version: 3.13

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
2 changes: 1 addition & 1 deletion pams/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.2.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pams"
version = "0.2.1"
version = "0.2.2"
description = "PAMS: Platform for Artificial Market Simulations"
authors = ["Masanori HIRANO <[email protected]>", "Ryosuke TAKATA <[email protected]>", "Kiyoshi IZUMI"]
license = "epl-1.0"
Expand Down

0 comments on commit 28cbb86

Please sign in to comment.