Skip to content

Commit b3e8df9

Browse files
author
Arzaroth Lekva
committed
version bump
1 parent 6d2b87a commit b3e8df9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ include setup.py
22

33
recursive-include rapidxml/c_ext/inc *.h *.hpp
44

5-
prune test
5+
prune tests

setup.py

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

99
from setuptools import setup, Extension, find_packages
1010

11-
VERSION = ("1", "0", "6")
11+
VERSION = ("1", "0", "7")
1212

1313
rapidxml = Extension("_rapidxml",
1414
define_macros=[('MAJOR_VERSION', VERSION[0]),

0 commit comments

Comments
 (0)