Skip to content

Commit

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

__author__ = """Dmytro Litvinov"""
__email__ = "[email protected]"
__version__ = "0.3.3"
__version__ = "0.4.0"
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.3
current_version = 0.4.0
commit = True
tag = True

Expand All @@ -20,4 +20,3 @@ exclude = docs
max-line-length = 120

[aliases]

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.3.3",
version="0.4.0",
description="Interact with Kuna exchange API",
long_description=readme + "\n\n" + history,
author="Dmytro Litvinov",
Expand Down

0 comments on commit ecae30b

Please sign in to comment.