Skip to content

Commit 07c1d63

Browse files
Bump __version__ in file bfxapi/_version.py to v3.0.5.
1 parent 9bc8924 commit 07c1d63

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.4"
1+
__version__ = "3.0.5"

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.4",
5+
version="3.0.5",
66
description="Official Bitfinex Python API",
77
long_description=(
88
"A Python reference implementation of the Bitfinex API "

0 commit comments

Comments
 (0)