Skip to content
This repository has been archived by the owner on Oct 9, 2022. It is now read-only.

Commit

Permalink
🔖 Bumping version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lennart-k committed Mar 26, 2020
1 parent 1b751cb commit 9edf3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homecontrol/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from enum import Enum

VERSION = (0, 1, 1)
VERSION = (0, 2, 0)
VERSION_STRING = ".".join(map(str, VERSION))


Expand Down

0 comments on commit 9edf3d6

Please sign in to comment.