Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit ade3e54

Browse files
Update version
1 parent 57fe63d commit ade3e54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openrobot/api_wrapper/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
from . import _async, _sync, translate, results, error
88

9-
__version__ = '0.2.1'
9+
__version__ = '0.2.1.1'

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "OpenRobot-API-Wrapper"
3-
version = "0.2.1"
3+
version = "0.2.1.1"
44
description = "A API Wrapper for the official OpenRobot API (https://api.openrobot.xyz)."
55
authors = ["OpenRobot Packages <[email protected]>", "proguy914629 <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)