We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce1cf75 commit cf512d2Copy full SHA for cf512d2
.github/workflows/tests.yml
@@ -3,6 +3,7 @@ on:
3
push:
4
branches:
5
- main
6
+ - '[0-9].[0-9]'
7
pull_request:
8
concurrency:
9
group: ${{ github.event.pull_request.number || github.ref }}-tests
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "redis-entraid"
-version = "0.4.0"
+version = "1.0.0"
authors = [
{ name="Redis Inc.", email="[email protected]" },
10
]
0 commit comments