setup: release bart 1.3.0
diff --git a/docs/api_reference/conf.py b/docs/api_reference/conf.py
index 3b9b1d3..1c8b61e 100644
--- a/docs/api_reference/conf.py
+++ b/docs/api_reference/conf.py
@@ -79,9 +79,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '1'
+version = '1.3'
 # The full version, including alpha/beta/rc tags.
-release = '1.0.0'
+release = '1.3.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/setup.py b/setup.py
index 7068f3e..87b0b21 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@
 from setuptools import setup, find_packages
 
 
-VERSION = "1.2.0"
+VERSION = "1.3.0"
 
 LONG_DESCRIPTION = """Behavioural Analysis involves the expressing the general
 expectation of the state of the system while targeting a single or set of heuristics.