Skip to content
This repository was archived by the owner on Apr 28, 2021. It is now read-only.

Commit 03f3262

Browse files
author
Philippe Cote-Boucher
committed
chore: version
1 parent 8190896 commit 03f3262

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addons_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
long_description = f.read()
1010
setup(
1111
name="rasa_addons",
12-
version="0.10.16.2",
12+
version="0.10.16.3",
1313
author="Botfront",
1414
description="Rasa Addons - Components for Rasa and Botfront",
1515
long_description=long_description,

rasa/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# this file will automatically be changed,
22
# do not add anything but the version number here!
33
__version__ = "1.10.16"
4-
__bf_patch__ = "-bf.2"
4+
__bf_patch__ = "-bf.3"

0 commit comments

Comments
 (0)