Skip to content

Commit

Permalink
Release 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lopsided98 committed Nov 21, 2020
1 parent eb46941 commit 34001f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ assert webScrapingSupport -> beautifulsoup4 != null;

buildPythonApplication {
pname = "dnsupdate";
version = "0.3";
version = "0.4";

src = ./.;

Expand Down
2 changes: 1 addition & 1 deletion dnsupdate.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys
from typing import Any, IO

__version__ = '0.3'
__version__ = '0.4'

if sys.version_info[0] != 3 or sys.version_info[1] < 5:
sys.exit("dnsupdate requires Python version 3.5 or newer")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def run(self):
url="https://github.com/lopsided98/dnsupdate",
classifiers=[
'Programming Language :: Python :: 3.5',
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: System Administrators',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Natural Language :: English',
Expand Down

0 comments on commit 34001f0

Please sign in to comment.