File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ def find_backends():
116
116
print (_registry )
117
117
print ("\n \n Plugin Modules Found: " )
118
118
print (discovered_plugins )
119
- raise ValueError , "The number of Plugin Modules Found is larger " + \
120
- "than the number of transformations successfully registered."
119
+ raise ( ValueError , "The number of Plugin Modules Found is larger " + \
120
+ "than the number of transformations successfully registered." )
121
121
122
122
if __name__ == "__main__" :
123
123
code = main ()
Original file line number Diff line number Diff line change 7
7
long_description = f .read ()
8
8
9
9
setup (
10
- version = '0.0.4 ' ,
10
+ version = '0.0.5 ' ,
11
11
name = 'epython' ,
12
12
url = 'https://github.com/epython-dev/epython' ,
13
13
description = 'A typed subset of Python to be used as an extension language' ,
You can’t perform that action at this time.
0 commit comments