File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- .PHONY : tests devinstall docs clean
1
+ .PHONY : tests devinstall docs clean build
2
2
3
3
4
4
tests :
@@ -13,3 +13,6 @@ docs: clean
13
13
sphinx-apidoc --force -o docs/modules/ wowapi
14
14
$(MAKE ) -C docs clean
15
15
$(MAKE ) -C docs html
16
+
17
+ build :
18
+ python setup.py sdist bdist_wheel
Original file line number Diff line number Diff line change 51
51
# built documents.
52
52
#
53
53
# The short X.Y version.
54
- version = '0.6 '
54
+ version = '1.0 '
55
55
# The full version, including alpha/beta/rc tags.
56
- release = '0.6 '
56
+ release = '1.0 '
57
57
58
58
# The language for content autogenerated by Sphinx. Refer to documentation
59
59
# for a list of supported languages.
Original file line number Diff line number Diff line change 3
3
from setuptools import setup
4
4
5
5
6
- __version__ = '0.6 '
6
+ __version__ = '1.0 '
7
7
8
8
9
9
def read (* parts ):
You can’t perform that action at this time.
0 commit comments