diff options
author | Jason Lee <changjin9792@gmail.com> | 2023-04-13 22:14:57 +0800 |
---|---|---|
committer | Jason Lee <changjin9792@gmail.com> | 2023-04-13 22:14:57 +0800 |
commit | e36313f772c2939998929173031d3aecfe5bbfa4 (patch) | |
tree | 2e58940e0339b351f1daeaf1194652dd4efb11ce | |
parent | a59f9b967e3b5423e4a0defe2d33a70a4d8b68dd (diff) |
Updated version number in README.mdv0.1.16
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | dist/girok-0.1.16-py3-none-any.whl | bin | 0 -> 80185 bytes | |||
-rw-r--r-- | dist/girok-0.1.16.tar.gz | bin | 0 -> 69892 bytes | |||
-rw-r--r-- | girok/__init__.py | 2 | ||||
-rw-r--r-- | girok/config.json | 2 | ||||
-rw-r--r-- | pyproject.toml | 4 |
6 files changed, 5 insertions, 5 deletions
@@ -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 Binary files differnew file mode 100644 index 0000000..100ed8f --- /dev/null +++ b/dist/girok-0.1.16-py3-none-any.whl diff --git a/dist/girok-0.1.16.tar.gz b/dist/girok-0.1.16.tar.gz Binary files differnew file mode 100644 index 0000000..cd34472 --- /dev/null +++ b/dist/girok-0.1.16.tar.gz 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 <changjin9792@gmail.com>"] readme = "README.md" |