Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
fzanuso89 committed Aug 12, 2019
1 parent 69514a6 commit f7d8bc9
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.rc1",
version="0.1.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 @@ -33,4 +33,4 @@
from .components.enums import Side
from .components.enums import TimeInForce

__version__ = "0.1.0.rc1"
__version__ = "0.1.0"

0 comments on commit f7d8bc9

Please sign in to comment.