Skip to content

Commit 2a28955

Browse files
authored
Fixing version in master branch
Version is out of date. Fixing so that a new release can be made of 4.1 with correct version before merging in 5.0.
1 parent c8d13e0 commit 2a28955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from distutils.core import setup
1515

1616
setup(name='DS3 SDK',
17-
version='3.4.1',
17+
version='4.1.1',
1818
description='Python SDK and CLI for Spectra S3',
1919
author_email='[email protected]',
2020
packages=['ds3'])

0 commit comments

Comments
 (0)