Skip to content

Commit

Permalink
version: 0.0.3
Browse files Browse the repository at this point in the history
Additions:
- Added support for reply keyboards
- Added NoSuchStepException when there is no next step for current one in provided steps
  • Loading branch information
WwWSrJSilverWwW committed Feb 20, 2024
1 parent 3442e67 commit 5263904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="silvergram",
version="0.0.2",
version="0.0.3",
packages=find_packages(),
description="A convenient shell for the Aiogram library",
long_description=open("README.md").read(),
Expand Down

0 comments on commit 5263904

Please sign in to comment.