bump version to 0.2.1

master
Maximilian Zettler 2 years ago
parent fee1ba62ab
commit d2d0f86ddb
  1. 10
      poetry.lock
  2. 2
      pyproject.toml
  3. 2
      timebot/__init__.py

10
poetry.lock generated

@ -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]

@ -1,6 +1,6 @@
[tool.poetry]
name = "timebot"
version = "0.2.0"
version = "0.2.1"
description = ""
authors = ["Maximilian Zettler <info@max-zettler.de>"]
readme = "README.md"

@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.2.1'

Loading…
Cancel
Save