Skip to content

Commit 088bf55

Browse files
committed
bump versions and manual release trigger
1 parent 351a994 commit 088bf55

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Release
22

3-
on:
4-
push:
5-
branches:
6-
- main
3+
on: workflow_dispatch
74

85
jobs:
96
release:

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "upstash_ratelimit"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Serverless ratelimiting package from Upstash"
55
authors = ["Upstash <support@upstash.com>", "Zgîmbău Tudor <tudor.zgimbau@gmail.com>"]
66
readme = "README.md"
@@ -10,7 +10,7 @@ packages = [{include = "upstash_ratelimit"}]
1010
python = "^3.8"
1111
pytest = "^7.3.0"
1212
pytest-asyncio = "^0.21.0"
13-
upstash-redis = "^0.14.4"
13+
upstash-redis = "^0.14.5"
1414

1515
[build-system]
1616
requires = ["poetry-core"]

0 commit comments

Comments
 (0)