diff --git a/ampalibe/__init__.py b/ampalibe/__init__.py index aabfd2a..0121673 100644 --- a/ampalibe/__init__.py +++ b/ampalibe/__init__.py @@ -6,7 +6,7 @@ import tempfile from . import source -__version__ = "1.1.8" +__version__ = "1.1.9" __author__ = "iTeam-$" diff --git a/setup.cfg b/setup.cfg index c5fd385..fb26acf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = Ampalibe -version = 1.1.8 +version = 1.1.9 author = iTeam-$ author_email = contact@iteam-s.mg description = Ampalibe is a lightweight Python framework for building Facebook Messenger bots faster. diff --git a/setup.py b/setup.py index 1af66c0..c22b4bd 100644 --- a/setup.py +++ b/setup.py @@ -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"