From 322ed6af8a459beb95193e0f8341be0cc1809af4 Mon Sep 17 00:00:00 2001 From: proguy914629 Date: Wed, 5 Jan 2022 14:21:42 +0700 Subject: [PATCH] Fix --- openrobot/api_wrapper/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openrobot/api_wrapper/__init__.py b/openrobot/api_wrapper/__init__.py index f783aeb..3d56c99 100644 --- a/openrobot/api_wrapper/__init__.py +++ b/openrobot/api_wrapper/__init__.py @@ -7,4 +7,4 @@ from . import _async, _sync, translate, results, error, speech -__version__ = '0.3.0.5' +__version__ = '0.3.0.6' diff --git a/pyproject.toml b/pyproject.toml index 8e2d9ae..d570e8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "OpenRobot-API-Wrapper" -version = "0.3.0.5" +version = "0.3.0.6" description = "A API Wrapper for the official OpenRobot API (https://api.openrobot.xyz)." authors = ["OpenRobot Packages ", "proguy914629 "] license = "MIT"