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):
3333setup (
3434 zip_safe = False ,
3535 name = 'swat' ,
36- version = '1.5.2-dev ' ,
36+ version = '1.5.2' ,
3737 description = 'SAS Scripting Wrapper for Analytics Transfer (SWAT)' ,
3838 long_description = get_file ('README.md' ),
3939 long_description_content_type = 'text/markdown' ,
@@ -63,6 +63,7 @@ def get_file(fname):
6363 'Programming Language :: Python :: 3.4' ,
6464 'Programming Language :: Python :: 3.5' ,
6565 'Programming Language :: Python :: 3.6' ,
66+ 'Programming Language :: Python :: 3.7' ,
6667 'Topic :: Scientific/Engineering' ,
6768 ],
6869)
Original file line number Diff line number Diff line change 9090# SAS Formatter
9191from .formatter import SASFormatter # noqa: E402
9292
93- __version__ = '1.5.2-dev '
93+ __version__ = '1.5.2'
You can’t perform that action at this time.
0 commit comments