From f79fd1b761725af54a10c60a42f42e6b9ac3a4ef Mon Sep 17 00:00:00 2001 From: jar3b Date: Fri, 22 Apr 2016 13:51:32 +0300 Subject: [PATCH] Add correct version (2.3.1) --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91eb785..a4a411d 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ ##Installation `pip install https://github.com/jar3b/sphinx-py3-api/zipball/master` ##Version - - Sphinx: 2.2.10 + - Sphinx: 2.3.1-beta - Api: sphinxapi.py 4885 2015-01-20 07:02:07Z deogar \ No newline at end of file diff --git a/setup.py b/setup.py index e606acf..97cad8c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name='sphinx-py3-api', - version='0.0.1', + version='2.3.1', packages=['sphinxapi'], url='https://github.com/jar3b/sphinx-py3-api', license='MIT',