Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 41c3863

Browse files
committed
chore: bump version
1 parent a6e25a2 commit 41c3863

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "edgen"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "The official Python library for the Edgen API"
55
readme = "README.md"
66
license = "Apache-2.0"

src/edgen/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22

33
__title__ = "edgen"
4-
__version__ = "0.1.0" # x-release-please-version
4+
__version__ = "0.1.1" # x-release-please-version

0 commit comments

Comments
 (0)