Skip to content

Commit

Permalink
Update Version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fzanuso89 committed Aug 19, 2019
1 parent ba516e7 commit 65d7321
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.1.0",
version="0.2.0",
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 @@ -37,4 +37,4 @@
from .components.enums import Side
from .components.enums import TimeInForce

__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit 65d7321

Please sign in to comment.