Skip to content

Commit dca370f

Browse files
committed
update version no
1 parent bd83618 commit dca370f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orb_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
ORB API client
33
"""
44

5-
VERSION = (0, 1, 1, 'alpha', 0)
5+
VERSION = (1, 1, 0, 'alpha', 0)
66

77
__version__ = ".".join([str(i) for i in VERSION])

0 commit comments

Comments
 (0)