Skip to content

Commit 4e95b31

Browse files
committed
RLS: Version 0.8.1
1 parent 25b5e29 commit 4e95b31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
MAJOR = 0
175175
MINOR = 8
176176
MICRO = 1
177-
ISRELEASED = False
177+
ISRELEASED = True
178178
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
179179
QUALIFIER = ''
180180

@@ -233,7 +233,7 @@ def initialize_options(self):
233233
if f in self._clean_exclude:
234234
continue
235235
if os.path.splitext(f)[-1] in ('.pyc', '.so', '.o',
236-
'.pyd', '.c'):
236+
'.pyd', '.c', '.orig'):
237237
self._clean_me.append(pjoin(root, f))
238238
for d in dirs:
239239
if d == '__pycache__':

0 commit comments

Comments
 (0)