Skip to content

Commit 6208257

Browse files
authored
new version
1 parent ba0542f commit 6208257

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
from setuptools import setup, find_packages
2-
from distutils.core import setup, Extension
3-
42

53
with open("README.md", 'r') as f:
64
long_description = f.read()
@@ -10,7 +8,7 @@
108

119
setup(
1210
name='ena-upload-cli',
13-
version='0.1.4',
11+
version='0.1.5',
1412
keywords=["pip", "ena-upload-cli", "cli", "ENA", "upload"],
1513
description='Command Line Interface to upload data to the European Nucleotide Archive',
1614
author="Dilmurat Yusuf",

0 commit comments

Comments
 (0)