summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Lee <changjin9792@gmail.com>2023-04-13 22:14:57 +0800
committerJason Lee <changjin9792@gmail.com>2023-04-13 22:14:57 +0800
commite36313f772c2939998929173031d3aecfe5bbfa4 (patch)
tree2e58940e0339b351f1daeaf1194652dd4efb11ce
parenta59f9b967e3b5423e4a0defe2d33a70a4d8b68dd (diff)
Updated version number in README.mdv0.1.16
-rw-r--r--README.md2
-rw-r--r--dist/girok-0.1.16-py3-none-any.whlbin0 -> 80185 bytes
-rw-r--r--dist/girok-0.1.16.tar.gzbin0 -> 69892 bytes
-rw-r--r--girok/__init__.py2
-rw-r--r--girok/config.json2
-rw-r--r--pyproject.toml4
6 files changed, 5 insertions, 5 deletions
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
--- /dev/null
+++ b/dist/girok-0.1.16-py3-none-any.whl
Binary files 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
--- /dev/null
+++ b/dist/girok-0.1.16.tar.gz
Binary files 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 <changjin9792@gmail.com>"]
readme = "README.md"