Skip to content

Commit

Permalink
Bump version: 2.0.1 → 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenetriguba committed Nov 25, 2022
1 parent 54cb47f commit b0265a0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 = 2.0.1
current_version = 2.0.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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.html>`_.

Unreleased
2.0.2 - 2022-11-25
------------------

**Added**
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Eugene Triguba"

# The full version, including alpha/beta/rc tags
release = "2.0.1"
release = "2.0.2"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion lirc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from lirc.client import Client
from lirc.connection.lircd_connection import LircdConnection

__version__ = "2.0.1"
__version__ = "2.0.2"

__all__ = ["Client", "LircdConnection"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lirc"
version = "2.0.1"
version = "2.0.2"
description = "Interact with the daemon in the Linux Infrared Remote Control package"
authors = ["Eugene Triguba <eugenetriguba@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit b0265a0

Please sign in to comment.