Skip to content

Commit

Permalink
Bump version: 0.4.1 → 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroLitvinov committed Dec 28, 2021
1 parent 6c30445 commit bcb04fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kuna/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

__author__ = """Dmytro Litvinov"""
__email__ = "[email protected]"
__version__ = "0.4.1"
__version__ = "0.4.2"

from .kuna import KunaAPI, APIError # noqa: F401
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.1
current_version = 0.4.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setup(
name="kuna",
version="0.4.1",
version="0.4.2",
description="Interact with Kuna exchange API",
long_description=readme + "\n\n" + history,
author="Dmytro Litvinov",
Expand Down

0 comments on commit bcb04fa

Please sign in to comment.