From 3a75f60eb16c151d3b4cd804c2ab765d53c3dc50 Mon Sep 17 00:00:00 2001 From: cosmicc Date: Sat, 18 Jan 2020 16:21:06 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.0=20=E2=86=92=200.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rf_info/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rf_info/__init__.py b/rf_info/__init__.py index c6be7c5..da55f6d 100644 --- a/rf_info/__init__.py +++ b/rf_info/__init__.py @@ -2,7 +2,7 @@ __author__ = """Ian Perry""" __email__ = 'ianperry99@gmail.com' -__version__ = '0.6.0' +__version__ = '0.6.1' __license__ = 'MIT' __progname__ = 'rf-info' __description__ = "Radio Frequency Information" diff --git a/setup.cfg b/setup.cfg index 20219a5..80e7501 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.6.1 commit = True tag = True diff --git a/setup.py b/setup.py index 8bb3991..0bc0462 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/cosmicc/rf_info', - version='0.6.0', + version='0.6.1', zip_safe=False, )