We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b5e29 commit 4e95b31Copy full SHA for 4e95b31
setup.py
@@ -174,7 +174,7 @@
174
MAJOR = 0
175
MINOR = 8
176
MICRO = 1
177
-ISRELEASED = False
+ISRELEASED = True
178
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
179
QUALIFIER = ''
180
@@ -233,7 +233,7 @@ def initialize_options(self):
233
if f in self._clean_exclude:
234
continue
235
if os.path.splitext(f)[-1] in ('.pyc', '.so', '.o',
236
- '.pyd', '.c'):
+ '.pyd', '.c', '.orig'):
237
self._clean_me.append(pjoin(root, f))
238
for d in dirs:
239
if d == '__pycache__':
0 commit comments