Skip to content

Commit 97db8b2

Browse files
author
Kevin D Smith
committed
Increment version
1 parent c4a61f5 commit 97db8b2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_file(fname):
3333
setup(
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
)

swat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@
9090
# SAS Formatter
9191
from .formatter import SASFormatter # noqa: E402
9292

93-
__version__ = '1.5.2-dev'
93+
__version__ = '1.5.2'

0 commit comments

Comments
 (0)