Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldeistler committed Sep 8, 2022
1 parent ffbd665 commit e2a512a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyknos/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# pyknos is licensed under the Affero General Public License v3,
# see <https://www.gnu.org/licenses/>.

VERSION = (0, 15, 0)
VERSION = (0, 15, 1)

__version__ = ".".join(map(str, VERSION))

0 comments on commit e2a512a

Please sign in to comment.