From e36313f772c2939998929173031d3aecfe5bbfa4 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Thu, 13 Apr 2023 22:14:57 +0800 Subject: Updated version number in README.md --- README.md | 2 +- dist/girok-0.1.16-py3-none-any.whl | Bin 0 -> 80185 bytes dist/girok-0.1.16.tar.gz | Bin 0 -> 69892 bytes girok/__init__.py | 2 +- girok/config.json | 2 +- pyproject.toml | 4 ++-- 6 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 dist/girok-0.1.16-py3-none-any.whl create mode 100644 dist/girok-0.1.16.tar.gz diff --git a/README.md b/README.md index 8674b74..1f16eee 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ If you want to see the server source code, go to [**girokserver**](https://githu [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/changjin97z) -# 🤖 Version `0.1.15` is released now! +# 🤖 Version `0.1.16` is released now! - `Guest mode` - You can choose to log in as `guest mode` to save your data locally. - Currently, local data are not synchronized with the server. Synchronization with the server will be added in the upcoming release. diff --git a/dist/girok-0.1.16-py3-none-any.whl b/dist/girok-0.1.16-py3-none-any.whl new file mode 100644 index 0000000..100ed8f Binary files /dev/null and b/dist/girok-0.1.16-py3-none-any.whl differ diff --git a/dist/girok-0.1.16.tar.gz b/dist/girok-0.1.16.tar.gz new file mode 100644 index 0000000..cd34472 Binary files /dev/null and b/dist/girok-0.1.16.tar.gz differ diff --git a/girok/__init__.py b/girok/__init__.py index f3b4574..970659c 100644 --- a/girok/__init__.py +++ b/girok/__init__.py @@ -1 +1 @@ -__version__ = "0.1.15" +__version__ = "0.1.16" diff --git a/girok/config.json b/girok/config.json index 3b0057e..15c4fda 100644 --- a/girok/config.json +++ b/girok/config.json @@ -1,5 +1,5 @@ { "app_name": "girok", "base_url": "http://girok-server-balancer-1565927748.ap-northeast-1.elb.amazonaws.com", - "version": "0.1.15" + "version": "0.1.16" } diff --git a/pyproject.toml b/pyproject.toml index 8ba388a..bff5eb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "girok" -version = "0.1.15" -description = "Deadline options for chdate command. --yes option for done command" +version = "0.1.16" +description = "Moved resources directory from girok directory to root directory" authors = ["Jason Lee "] readme = "README.md" -- cgit v1.2.3