From d725076e318ba1eb2e226c69feebb148a6eb6c24 Mon Sep 17 00:00:00 2001 From: Gabriel Iovino Date: Wed, 27 Mar 2019 10:00:09 -0400 Subject: [PATCH] update version number --- dnsdb/__init__.py | 2 +- pyproject.toml | 2 +- tests/test_dnsdb.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dnsdb/__init__.py b/dnsdb/__init__.py index 55b7e19..6606dae 100644 --- a/dnsdb/__init__.py +++ b/dnsdb/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- __title__ = 'dnsdb' -__version__ = '0.2.3' +__version__ = '0.2.4' __author__ = 'Gabriel Iovino' __license__ = 'MIT' __copyright__ = 'Copyright (C) 2019 Gabriel Iovino' diff --git a/pyproject.toml b/pyproject.toml index 72d3a87..3d0faca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dnsdb" -version = "0.2.3" +version = "0.2.4" description = "Python client for Farsight Security's DNSDB API" license = "MIT" authors = ["Gabriel Iovino "] diff --git a/tests/test_dnsdb.py b/tests/test_dnsdb.py index cc3b352..77edcb9 100644 --- a/tests/test_dnsdb.py +++ b/tests/test_dnsdb.py @@ -47,7 +47,7 @@ def __init__(self, records=None, status_code=None, error=None, quota=None): def test_version(): - assert __version__ == "0.2.3" + assert __version__ == "0.2.4" def get_options():