Skip to content

Commit

Permalink
Bump to v0.2.0 for release
Browse files Browse the repository at this point in the history
Also updated the project/package short description everywhere to include
"IRC", which the GitHub repo's description already says.
  • Loading branch information
dgw committed Mar 3, 2021
1 parent 29c4add commit ce5e8b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sopel-dns

A DNS lookup plugin for Sopel bots
A DNS lookup plugin for Sopel IRC bots


## Usage
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = sopel-dns
version = 0.1.0
description = A DNS lookup plugin for Sopel bots
version = 0.2.0
description = A DNS lookup plugin for Sopel IRC bots
author = dgw
author_email = dgw@technobabbl.es
url = https://github.com/dgw/sopel-dns
Expand Down
2 changes: 1 addition & 1 deletion sopel_dns/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding=utf8
"""sopel-dns
A DNS lookup plugin for Sopel bots
A DNS lookup plugin for Sopel IRC bots
"""
from __future__ import unicode_literals, absolute_import, division, print_function

Expand Down

0 comments on commit ce5e8b8

Please sign in to comment.