File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def get_file(fname):
33
33
setup (
34
34
zip_safe = False ,
35
35
name = 'swat' ,
36
- version = '1.5.2-dev ' ,
36
+ version = '1.5.2' ,
37
37
description = 'SAS Scripting Wrapper for Analytics Transfer (SWAT)' ,
38
38
long_description = get_file ('README.md' ),
39
39
long_description_content_type = 'text/markdown' ,
@@ -63,6 +63,7 @@ def get_file(fname):
63
63
'Programming Language :: Python :: 3.4' ,
64
64
'Programming Language :: Python :: 3.5' ,
65
65
'Programming Language :: Python :: 3.6' ,
66
+ 'Programming Language :: Python :: 3.7' ,
66
67
'Topic :: Scientific/Engineering' ,
67
68
],
68
69
)
Original file line number Diff line number Diff line change 90
90
# SAS Formatter
91
91
from .formatter import SASFormatter # noqa: E402
92
92
93
- __version__ = '1.5.2-dev '
93
+ __version__ = '1.5.2'
You can’t perform that action at this time.
0 commit comments