Skip to content

Commit cfcdb0f

Browse files
Fix doc workflow and bump version
1 parent 659f310 commit cfcdb0f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build_docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
with:
2828
micromamba-version: "latest"
2929
environment-file: environment.yaml
30+
create-args: >-
31+
python=3.11
3032
init-shell: bash
3133
cache-environment: true
3234
post-cleanup: 'all'

synapse_net/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.1"
1+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)