Skip to content

Commit bfb21ae

Browse files
author
renaud gaudin
committed
Bump version for packaging-only release
1 parent e7800bc commit bfb21ae

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+
## 0.0.3.post0
2+
3+
* fixed access to bundled libzim on macOS (missing rpath)
4+
15
## 0.0.3
26

37
* [reader] fixed `main_page` retrieval

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def get_long_description():
9393
setup(
9494
# Basic information about libzim module
9595
name="libzim",
96-
version="0.0.3",
96+
version="0.0.3.post0",
9797
url=GITHUB_URL,
9898
project_urls={
9999
'Source': GITHUB_URL,

0 commit comments

Comments
 (0)