Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juga0 committed Aug 7, 2017
1 parent 19c4239 commit 91b4c9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dhcpcanon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from setuptools_scm import get_version
version = get_version()
except (ImportError, LookupError):
version = '0.3.2'
version = '0.4'

__version__ = version
__author__ = "juga"
Expand Down
2 changes: 1 addition & 1 deletion dhcpcanon/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# vim:ts=4:sw=4:expandtab 2
# Copyright 2016, 2017 juga (juga at riseup dot net), MIT license.

version = "0.3.2"
version = "0.4"

0 comments on commit 91b4c9e

Please sign in to comment.