Skip to content

Commit 76f6ac9

Browse files
Bump __version__ in file bfxapi/_version.py to v3.0.3.
1 parent c65ae2d commit 76f6ac9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bfxapi/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.2"
1+
__version__ = "3.0.3"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

0 commit comments

Comments
 (0)