Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Iovino committed Mar 27, 2019
1 parent 463ed85 commit d725076
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dnsdb/__init__.py
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <giovino@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_dnsdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit d725076

Please sign in to comment.