From 58d973e9f3ae6be36dfaab5721ede6a51cdc556f Mon Sep 17 00:00:00 2001 From: angerhang <514140809@qq.com> Date: Fri, 16 Feb 2024 18:14:47 +0000 Subject: [PATCH] update version number --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f4b00f..43ef3b5 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The key features of this package are as follows: # Dependencies -- Python 3.8+ +- Python 3.8 - Java 8 (1.8.0) or greater Check with: diff --git a/pyproject.toml b/pyproject.toml index 9db3257..98fa201 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ name = "asleep" # Required # # For a discussion on single-sourcing the version, see # https://packaging.python.org/guides/single-sourcing-package-version/ -version = "0.4.5" # Required +version = "0.4.6" # Required # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: