From d2d0f86ddbf5e2861080f52bc414887c83cc6fc4 Mon Sep 17 00:00:00 2001 From: Maximilian Zettler Date: Tue, 26 Sep 2023 09:09:09 +0200 Subject: [PATCH] bump version to 0.2.1 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- timebot/__init__.py | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index a72c468..605b6a0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -234,12 +234,12 @@ files = [ [[package]] name = "nuitka" -version = "1.7.10" +version = "1.8.2" description = "Python compiler with full language support and CPython compatibility" optional = false python-versions = "*" files = [ - {file = "Nuitka-1.7.10.tar.gz", hash = "sha256:61c84b4eb7105d20836940ab6134460b690da8aab7a74bdc84ddd05de1e04b16"}, + {file = "Nuitka-1.8.2.tar.gz", hash = "sha256:720db0cae384d44bf713c200cf062b8e0e927b948783f92e5c667d662879c92c"}, ] [package.dependencies] @@ -438,13 +438,13 @@ files = [ [[package]] name = "urllib3" -version = "2.0.4" +version = "2.0.5" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.7" files = [ - {file = "urllib3-2.0.4-py3-none-any.whl", hash = "sha256:de7df1803967d2c2a98e4b11bb7d6bd9210474c46e8a0401514e3a42a75ebde4"}, - {file = "urllib3-2.0.4.tar.gz", hash = "sha256:8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11"}, + {file = "urllib3-2.0.5-py3-none-any.whl", hash = "sha256:ef16afa8ba34a1f989db38e1dbbe0c302e4289a47856990d0682e374563ce35e"}, + {file = "urllib3-2.0.5.tar.gz", hash = "sha256:13abf37382ea2ce6fb744d4dad67838eec857c9f4f57009891805e0b5e123594"}, ] [package.extras] diff --git a/pyproject.toml b/pyproject.toml index c236fa3..8b2a6fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "timebot" -version = "0.2.0" +version = "0.2.1" description = "" authors = ["Maximilian Zettler "] readme = "README.md" diff --git a/timebot/__init__.py b/timebot/__init__.py index b794fd4..fc79d63 100644 --- a/timebot/__init__.py +++ b/timebot/__init__.py @@ -1 +1 @@ -__version__ = '0.1.0' +__version__ = '0.2.1'