Skip to content

Commit 39ff30d

Browse files
chore: release 0.4.0
1 parent d4b6d46 commit 39ff30d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
9+
10+
## 0.4.0 - 2024-07-16

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="apitoolkit-flask",
8-
version="0.3.0",
8+
version='0.4.0',
99
packages=find_packages(),
1010
description='A Flask SDK for Apitoolkit integration',
1111
long_description=long_description,

0 commit comments

Comments
 (0)