diff options
author | Benawi Adha <benawiadha@gmail.com> | 2023-02-08 22:27:24 +0700 |
---|---|---|
committer | Benawi Adha <benawiadha@gmail.com> | 2023-02-08 22:27:24 +0700 |
commit | c7a87f3901c4c8e2c19f009aaf4e71e7e8e78b3e (patch) | |
tree | afd8f829d904e3a0067e32650863c92e3cded183 /pyproject.toml | |
parent | 7a53c047e2b1b3fdf6d73ea52a5402f929cabd77 (diff) | |
download | epy-c7a87f3901c4c8e2c19f009aaf4e71e7e8e78b3e.tar.gz |
Fix versioning consistencyv2023.2.8
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6ac96d8..2c92406 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "epy-reader" -version = "2023.02.08" +version = "2023.2.8" description = "TUI Ebook Reader" authors = ["Benawi Adha <benawiadha@gmail.com>"] license = "GPL-3.0" |