Skip to content

Commit

Permalink
Release version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmoreton committed Sep 9, 2022
1 parent 5639925 commit c71a308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "wagtail_qrcode"
version = "0.1.4"
version = "1.0.0"
description = "Create a QR code that can be used to link to a wagtail page"
authors = ["Nick Moreton"]
repository = "https://github.com/nickmoreton/wagtail-qrcode"
Expand Down
2 changes: 1 addition & 1 deletion wagtail_qrcode/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_app_config = "wagtail_qrcode.apps.WagtailQrcodeAppConfig"


VERSION = (0, 1, 4)
VERSION = (1, 0, 0)
__version__ = ".".join(map(str, VERSION))

0 comments on commit c71a308

Please sign in to comment.