Skip to content

Commit cdcf3a3

Browse files
committed
Bump version for release.
1 parent 8348fed commit cdcf3a3

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='swish',
12-
version='1.2',
12+
version='1.4',
1313
packages=find_packages(),
1414
include_package_data=True,
1515
license='MIT',
@@ -27,10 +27,6 @@
2727
'Intended Audience :: Developers',
2828
"Topic :: Software Development :: Libraries :: Python Modules",
2929
'License :: OSI Approved :: MIT License',
30-
'Programming Language :: Python :: 3.4',
31-
'Programming Language :: Python :: 3.5',
32-
'Programming Language :: Python :: 3.6',
33-
'Programming Language :: Python :: 3.7',
3430
'Programming Language :: Python :: 3.8',
3531
'Programming Language :: Python :: 3.9',
3632
'Programming Language :: Python :: 3.10',

0 commit comments

Comments
 (0)