Skip to content

Commit db6c1fa

Browse files
author
Arzaroth Lekva
committed
version bump (1.0.1)
1 parent 1901312 commit db6c1fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
from setuptools import setup, Extension
1010

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

13-
rapidxml = Extension("rapidxml._rapidxml",
13+
rapidxml = Extension("_rapidxml",
1414
define_macros=[('MAJOR_VERSION', VERSION[0]),
1515
('MINOR_VERSION', VERSION[1])],
1616
include_dirs=[

0 commit comments

Comments
 (0)