Skip to content

Commit c9f450b

Browse files
committed
Patch Version 3.4.1
1 parent 6697133 commit c9f450b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.4.1
2+
### Changed
3+
- PR #54 (fixes a typo in the `clone_card` function)
4+
15
## 3.4
26
### Changed
37
- New versioning format (3.4 instead of 0.3.4)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="metabase-api",
8-
version="3.4",
8+
version="3.4.1",
99
author="Vahid Vaezian",
1010
author_email="vahid.vaezian@gmail.com",
1111
description="A Python Wrapper for Metabase API",

0 commit comments

Comments
 (0)