diff --git a/docs/conf.py b/docs/conf.py index f34913eae..5b85941ee 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,7 +68,7 @@ version = u'2020.1' show_version = False # The full version, including alpha/beta/rc tags. -release = u'2020.1b2' +release = u'2020.1b3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyof/__init__.py b/pyof/__init__.py index 69ed88b78..c4d7aa5e7 100644 --- a/pyof/__init__.py +++ b/pyof/__init__.py @@ -3,4 +3,4 @@ This package is a library that parses and creates OpenFlow Messages. It contains all implemented versions of OpenFlow protocol """ -__version__ = '2020.1b2' +__version__ = '2020.1b3'