Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
fzanuso committed Nov 6, 2020
1 parent 6848696 commit 40478d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pyRofex",
version="0.3.1b1",
version="0.3.1",
author="Franco Zanuso",
author_email="[email protected]",
description="Python connector for ROFEX's Rest and Websocket APIs.",
Expand Down
2 changes: 1 addition & 1 deletion src/pyRofex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
from .components.enums import Side
from .components.enums import TimeInForce

__version__ = "0.3.1b1"
__version__ = "0.3.1"

0 comments on commit 40478d5

Please sign in to comment.