Skip to content

Commit

Permalink
Bump to version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juga0 committed Oct 6, 2017
1 parent 79b120b commit 6bbea3d
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.7'
version = '0.8.0'

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

0 comments on commit 6bbea3d

Please sign in to comment.