Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mic1on committed Nov 20, 2023
1 parent 62cc0ee commit da3bd03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ name: test suite

on:
push:
paths:
- "src/**"
- "tests/**"
pull_request:
paths:
- "src/**"
- "tests/**"

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onestep"
version = "0.3.3"
version = "0.3.4"
description = ""
authors = ["miclon <jcnd@163.com>"]
readme = "README.md"
Expand All @@ -14,7 +14,7 @@ asgiref = "^3.6.0"
blinker = "^1.5"
croniter = "^1.3.8"
usepy-plugin-rabbitmq = "^0.1.0"
usepy-plugin-redis = {version = "^0.1.6", optional = true}
usepy-plugin-redis = { version = "^0.1.6", optional = true }

[tool.poetry.extras]
redis = ["usepy-plugin-redis"]
Expand Down

0 comments on commit da3bd03

Please sign in to comment.