Skip to content

Commit

Permalink
Bump version 0.16.0 (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
MtkN1 committed Mar 8, 2023
1 parent 197cf47 commit 4c8fd5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pybotters/__init__.py
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.15.0"
__version__ = "0.16.0"

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

0 comments on commit 4c8fd5f

Please sign in to comment.