We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36e947 commit a5aee17Copy full SHA for a5aee17
hamutils/__init__.py
@@ -2,4 +2,4 @@
2
3
__all__ = ['qrz', 'space_weather']
4
5
-__version__ = "0.1.0"
+__version__ = "0.1.1"
setup.py
@@ -9,11 +9,10 @@
9
10
setup(
11
name='hamutils',
12
- version='0.1.0',
+ version='0.1.1',
13
description='Amateur radio utils library',
14
long_description=long_description,
15
url='https://github.com/sq8kfh/hamutils',
16
- download_url = 'https://github.com/sq8kfh/hamutils/archive/v0.1.0.tar.gz',
17
author='SQ8KFH',
18
author_email='sq8kfh+pypi@gmail.com',
19
license='MIT',
@@ -28,6 +27,7 @@
28
27
],
29
keywords='ham qrz space_weather',
30
packages=find_packages(),
+ python_requires='>=3.4',
31
install_requires=[],
32
33
# $ pip install -e .[dev,test]
0 commit comments