Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kriansa committed Aug 11, 2022
1 parent 715be3d commit 1baa66d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 = "wmcompanion"
version = "0.1.1"
version = "0.3.0"
license = "Apache-2.0"
description = "wmcompanion is a utility for connecting system events to user actions"
authors = ["Daniel Pereira <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions wmcompanion/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2022 Daniel Pereira
#
#
# SPDX-License-Identifier: Apache-2.0

# This is the `index` of wmcompanion module, and this file is supposed to hold the most used names
Expand All @@ -12,4 +12,4 @@
# `app.App#setup_index_module_exports`, so if you need to find out what they are, just go and read
# that method.

__version__ = "0.1.1"
__version__ = "0.3.0"

0 comments on commit 1baa66d

Please sign in to comment.