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',