Skip to content

Commit

Permalink
bump to alpha version v1.2.0.1a
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetan1903 authored Mar 16, 2023
1 parent 4f7c88f commit 0ef4841
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.2.0.dev"
__version__ = "1.2.0.1a"
__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.2.0.dev
version = 1.2.0.1a
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.2.0.dev", # The release version
version="1.2.0.1a", # 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 0ef4841

Please sign in to comment.