Skip to content

Commit

Permalink
Bump to version 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
juga0 committed Sep 18, 2017
1 parent fc26111 commit 5ae8ee9
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 @@ -12,7 +12,7 @@
from setuptools_scm import get_version
version = get_version()
except (ImportError, LookupError):
version = '0.7.2'
version = '0.7.3'

__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.7.2"
version = "0.7.3"

0 comments on commit 5ae8ee9

Please sign in to comment.