Skip to content

Commit

Permalink
Increment development version
Browse files Browse the repository at this point in the history
  • Loading branch information
bkemper24 committed Apr 14, 2023
1 parent 24244c3 commit 2003ad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_file(fname):
setup(
zip_safe=False,
name='swat',
version='1.12.2',
version='1.12.3-dev',
description='SAS Scripting Wrapper for Analytics Transfer (SWAT)',
long_description=get_file('README.md'),
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion swat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@
# SAS Formatter
from .formatter import SASFormatter # noqa: E402

__version__ = '1.12.2'
__version__ = '1.12.3-dev'
__tk_version__ = None

0 comments on commit 2003ad9

Please sign in to comment.