Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Bump versions for publishing (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
StannisZhou authored Sep 6, 2021
1 parent bf874f0 commit 174f926
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
python-version: [3.7]
poetry-version: [1.1.6]
poetry-version: [1.1.8]
if: ${{ github.event_name == 'pull_request' }}
steps:
#----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
python-version: [3.7]
poetry-version: [1.1.6]
poetry-version: [1.1.8]
steps:
#----------------------------------------------
# check-out repo and set-up python
Expand Down
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 = "pgmax"
version = "0.1.0"
version = "0.2.0"
description = "Loopy belief propagation for factor graphs on discrete variables, in JAX!"
authors = ["Nishanth Kumar <nkumar@vicarious.com>", "Stannis Zhou <stannis@vicarious.com>", "Wolfgang Lehrach <wolf@vicarious.com>", "Miguel Lazaro-Gredilla <miguel@vicarious.com>"]
# Additional info
Expand Down

0 comments on commit 174f926

Please sign in to comment.