Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nirantak committed Apr 20, 2021
1 parent 2aa91c6 commit cdd93ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.3.1
commit = True
tag = True
sign_tags = True
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0).

## Unreleased (2021-04-20)
## 0.3.1 (2021-04-20)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion hue/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Async API for controlling Hue Lights"""

__version__ = "0.3.0"
__version__ = "0.3.1"

from hue.api import Bridge, Color, Light

0 comments on commit cdd93ee

Please sign in to comment.