Skip to content

Commit 8056198

Browse files
committed
Updated package version
1 parent 9096317 commit 8056198

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pypi-publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Publish tag to Pypi
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
67

78
permissions:
89
contents: read # to fetch code (actions/checkout)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
long_description_content_type="text/markdown",
99
keywords=["Redis", "key-value store", "database"],
1010
license="MIT",
11-
version="5.3.0b3",
11+
version="5.3.0b4",
1212
packages=find_packages(
1313
include=[
1414
"redis",

0 commit comments

Comments
 (0)