andreped commited on
Commit
2065ebe
·
1 Parent(s): 356eb52

bump v1.4.0 and update python versions [no ci]

Browse files
Files changed (1) hide show
  1. setup.py +4 -1
setup.py CHANGED
@@ -10,7 +10,7 @@ with open('requirements.txt', 'r', encoding='utf-16', errors='ignore') as ff:
10
 
11
  setup(
12
  name='livermask',
13
- version='1.3.3',
14
  author="André Pedersen",
15
  author_email="[email protected]",
16
  license='MIT',
@@ -36,6 +36,9 @@ setup(
36
  "Programming Language :: Python :: 3.6",
37
  "Programming Language :: Python :: 3.7",
38
  "Programming Language :: Python :: 3.8",
 
 
 
39
  "License :: OSI Approved :: MIT License",
40
  "Operating System :: OS Independent",
41
  ],
 
10
 
11
  setup(
12
  name='livermask',
13
+ version='1.4.0',
14
  author="André Pedersen",
15
  author_email="[email protected]",
16
  license='MIT',
 
36
  "Programming Language :: Python :: 3.6",
37
  "Programming Language :: Python :: 3.7",
38
  "Programming Language :: Python :: 3.8",
39
+ "Programming Language :: Python :: 3.9",
40
+ "Programming Language :: Python :: 3.10",
41
+ "Programming Language :: Python :: 3.11",
42
  "License :: OSI Approved :: MIT License",
43
  "Operating System :: OS Independent",
44
  ],