Skip to content

Commit f7d8bc9

Browse files
committed
update version
1 parent 69514a6 commit f7d8bc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="pyRofex",
8-
version="0.1.0.rc1",
8+
version="0.1.0",
99
author="Franco Zanuso",
1010
author_email="francozanuso89@gmail.com",
1111
description="Python connector for ROFEX's Rest and Websocket APIs.",

src/pyRofex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
from .components.enums import Side
3434
from .components.enums import TimeInForce
3535

36-
__version__ = "0.1.0.rc1"
36+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)