Skip to content

Commit

Permalink
bump to patch 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetan1903 committed May 7, 2023
1 parent f5ad51f commit 8665043
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ampalibe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import tempfile
from . import source

__version__ = "1.1.8"
__version__ = "1.1.9"
__author__ = "iTeam-$"


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = Ampalibe
version = 1.1.8
version = 1.1.9
author = iTeam-$
author_email = [email protected]
description = Ampalibe is a lightweight Python framework for building Facebook Messenger bots faster.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="ampalibe", # This is the name of the package
version="1.1.8", # The release version
version="1.1.9", # The release version
author="iTeam-$", # Full name of the author
description=(
"Ampalibe is a lightweight Python framework for building Facebook"
Expand Down

0 comments on commit 8665043

Please sign in to comment.