Skip to content

Commit e3b05b4

Browse files
committed
keeping old style for now, will create a new PR for refactoring
1 parent 83e27f5 commit e3b05b4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup, find_packages
44

5-
from sphinx_proof import __version__ as VERSION
5+
VERSION = "v0.1.0"
66

77
LONG_DESCRIPTION = """
88
This package contains a [Sphinx](http://www.sphinx-doc.org/en/master/) extension

sphinx_proof/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
from sphinx.util import logging
1818
from sphinx.util.fileutil import copy_asset
1919

20-
__version__ = "0.1.0"
21-
"""sphinx-proof version"""
22-
2320
logger = logging.getLogger(__name__)
2421

2522

0 commit comments

Comments
 (0)