We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe7e83 commit 3b8b6efCopy full SHA for 3b8b6ef
CHANGELOG.md
@@ -7,4 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## 1.0.1 - 2024-09-03
11
+
12
## 0.4.0 - 2024-07-16
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
name="apitoolkit-flask",
- version='0.4.0',
+ version='1.0.1',
packages=find_packages(),
description='A Flask SDK for Apitoolkit integration',
long_description=long_description,
0 commit comments