Skip to content

Commit 3341e7d

Browse files
committed
release version
1 parent 9eb308f commit 3341e7d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

databunkerpro/__init__.py

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

66
from .api import DatabunkerproAPI
77

8-
__version__ = "0.1.0"
8+
__version__ = "0.1.1"
99
__all__ = ["DatabunkerproAPI"]

setup.py

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

66
setup(
77
name="databunkerpro",
8-
version="0.1.0",
8+
version="0.1.1",
99
author="Databunker team",
1010
author_email="hello@databunker.org",
1111
description="Python client library for DatabunkerPro API",

0 commit comments

Comments
 (0)