From ca68f5eff93735659080ce3e4dd8c549a47dd2ab Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 28 Mar 2023 20:54:11 +0800 Subject: readme --- README.md | 2 +- dist/girok-0.1.10-py3-none-any.whl | Bin 3324374 -> 0 bytes dist/girok-0.1.10.tar.gz | Bin 3317613 -> 0 bytes dist/girok-0.1.11-py3-none-any.whl | Bin 3324372 -> 0 bytes dist/girok-0.1.11.tar.gz | Bin 3317613 -> 0 bytes dist/girok-0.1.12-py3-none-any.whl | Bin 0 -> 3324374 bytes dist/girok-0.1.12.tar.gz | Bin 0 -> 3317632 bytes girok/__init__.py | 2 +- girok/commands/category.py | 2 +- girok/config.json | 2 +- pyproject.toml | 2 +- 11 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 dist/girok-0.1.10-py3-none-any.whl delete mode 100644 dist/girok-0.1.10.tar.gz delete mode 100644 dist/girok-0.1.11-py3-none-any.whl delete mode 100644 dist/girok-0.1.11.tar.gz create mode 100644 dist/girok-0.1.12-py3-none-any.whl create mode 100644 dist/girok-0.1.12.tar.gz diff --git a/README.md b/README.md index fd54bc6..d936d3a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Girok works fluently with `MacOS` and `Linux` users. It also works with `Windows p.s) Since I launched the project a couple days ago, you might feel a little bit of lag for `showtask` operation, especially when you have many data. I'm working on optimizing the speed to enhance your experience! -# 🤖 Version `0.1.11` is released now! +# 🤖 Version `0.1.12` is released now! To see the current version, enter `girok --version`. diff --git a/dist/girok-0.1.10-py3-none-any.whl b/dist/girok-0.1.10-py3-none-any.whl deleted file mode 100644 index 84d5efb..0000000 Binary files a/dist/girok-0.1.10-py3-none-any.whl and /dev/null differ diff --git a/dist/girok-0.1.10.tar.gz b/dist/girok-0.1.10.tar.gz deleted file mode 100644 index e57203c..0000000 Binary files a/dist/girok-0.1.10.tar.gz and /dev/null differ diff --git a/dist/girok-0.1.11-py3-none-any.whl b/dist/girok-0.1.11-py3-none-any.whl deleted file mode 100644 index 06a3924..0000000 Binary files a/dist/girok-0.1.11-py3-none-any.whl and /dev/null differ diff --git a/dist/girok-0.1.11.tar.gz b/dist/girok-0.1.11.tar.gz deleted file mode 100644 index 1b31911..0000000 Binary files a/dist/girok-0.1.11.tar.gz and /dev/null differ diff --git a/dist/girok-0.1.12-py3-none-any.whl b/dist/girok-0.1.12-py3-none-any.whl new file mode 100644 index 0000000..2d91d2c Binary files /dev/null and b/dist/girok-0.1.12-py3-none-any.whl differ diff --git a/dist/girok-0.1.12.tar.gz b/dist/girok-0.1.12.tar.gz new file mode 100644 index 0000000..59e1c40 Binary files /dev/null and b/dist/girok-0.1.12.tar.gz differ diff --git a/girok/__init__.py b/girok/__init__.py index bf42823..d271f75 100644 --- a/girok/__init__.py +++ b/girok/__init__.py @@ -1 +1 @@ -__version__ = "0.1.11" \ No newline at end of file +__version__ = "0.1.12" \ No newline at end of file diff --git a/girok/commands/category.py b/girok/commands/category.py index 2cf6faf..1285898 100644 --- a/girok/commands/category.py +++ b/girok/commands/category.py @@ -51,7 +51,7 @@ def add_category( ): resp = category_api.add_category(cat, color) if resp.status_code == 201: - display_utils.center_print("Task added successfully!", type="success") + display_utils.center_print("Category added successfully!", type="success") cats_dict = category_api.get_categories() display_utils.display_categories(cats_dict, highlight_cat=cat) elif resp.status_code == 400: diff --git a/girok/config.json b/girok/config.json index 1280e88..e457824 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.11" + "version": "0.1.12" } diff --git a/pyproject.toml b/pyproject.toml index 327cab2..10bf2b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "girok" -version = "0.1.11" +version = "0.1.12" description = "Email verification feature" authors = ["Jason Lee "] readme = "README.md" -- cgit v1.2.3