Skip to content

Commit 981d587

Browse files
Bump __version__ in file bfxapi/_version.py to v3.0.4.
1 parent 398d79c commit 981d587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bfxapi/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.3"
1+
__version__ = "3.0.4"

setup.py

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

33
setup(
44
name="bitfinex-api-py",
5-
version="3.0.3",
5+
version="3.0.4",
66
description="Official Bitfinex Python API",
77
long_description=(
88
"A Python reference implementation of the Bitfinex API "

0 commit comments

Comments
 (0)