Skip to content

Commit 88d13fe

Browse files
committed
Bump version 0.0.0 → 0.0.1
1 parent 5462d2f commit 88d13fe

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
## [0.0.1](https://github.com/bakdata/fastapi-jwks/releases/tag/0.0.1) - Release Date: [2024-05-22]
3+
4+
#### Merged pull requests:
5+
6+
- Fix release and publish pipelines [#14](https://github.com/bakdata/fastapi-jwks/pull/14) ([@irux](https://github.com/irux))
7+
8+
9+
10+
11+

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi_jwks"
3-
version = "0.0.0"
3+
version = "0.0.1"
44
description = ""
55
license = "MIT"
66
authors = ["bakdata"]

0 commit comments

Comments
 (0)