Skip to content

Commit e83a520

Browse files
committed
0.1 version release
1 parent f17d812 commit e83a520

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

docs/source/index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ This package contains a [Sphinx](http://www.sphinx-doc.org/en/master/) extension
1919
for producing proof, theorem, axiom, lemma, definition, criterion, remark, conjecture,
2020
corollary, algorithm, example, property, observation and proposition directives.
2121

22-
23-
```{warning}
24-
sphinx-proof `0.0.3` is in a development stage and may change rapidly.
25-
```
26-
2722
**Features**:
2823

2924
1. directives are automatically numbered

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-
VERSION = "v0.0.3"
5+
import sphinx_proof.__version__ as VERSION
66

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

sphinx_proof/__init__.py

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

20+
__version__ = "0.1.0"
21+
"""sphinx-proof version"""
2022

2123
logger = logging.getLogger(__name__)
2224

0 commit comments

Comments
 (0)