Skip to content

Commit

Permalink
Update to v0.15.0 (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
MtkN1 committed Dec 30, 2022
1 parent f218eb7 commit 86e4bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pybotters/__init__.py
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.14.1"
__version__ = "0.15.0"

import asyncio
from typing import Any, Mapping, Optional, Tuple, Union
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pybotters"
version = "0.14.1"
version = "0.15.0"
description = "An advanced api client for python botters."
license = "MIT"
authors = ["MtkN1 <51289448+MtkN1@users.noreply.github.com>"]
Expand Down

0 comments on commit 86e4bc0

Please sign in to comment.