Skip to content

Commit cf512d2

Browse files
committed
Prepare 1.0.0 release
1 parent ce1cf75 commit cf512d2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- '[0-9].[0-9]'
67
pull_request:
78
concurrency:
89
group: ${{ github.event.pull_request.number || github.ref }}-tests

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "redis-entraid"
7-
version = "0.4.0"
7+
version = "1.0.0"
88
authors = [
99
{ name="Redis Inc.", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)