From 7d30fbfa47bcf52982fc8f43e3652b065721d93c Mon Sep 17 00:00:00 2001 From: jar3b Date: Sun, 24 Apr 2016 13:17:51 +0300 Subject: [PATCH] Add 'beta' to version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 97cad8c..46df2fd 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name='sphinx-py3-api', - version='2.3.1', + version='2.3.1-beta', packages=['sphinxapi'], url='https://github.com/jar3b/sphinx-py3-api', license='MIT',