Skip to content

Commit ba3bc48

Browse files
committed
Update setup.py
1 parent 95902d9 commit ba3bc48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from pathlib import Path
33
from setuptools import setup, find_packages
44

5-
LONG_DESCRIPTION_SRC = 'README_PyPi.rst'
5+
LONG_DESCRIPTION_SRC = 'README.rst'
66

77

88
def read(file):

sphinx_github_style/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from sphinx.application import Sphinx
1010

1111

12-
__version__ = "0.0.1b6"
12+
__version__ = "0.0.1b7"
1313
__author__ = 'Adam Korn <hello@dailykitten.net>'
1414

1515

0 commit comments

Comments
 (0)