Skip to content

Commit

Permalink
Merge pull request #28 from ludbek/feat/release-workflow
Browse files Browse the repository at this point in the history
bumped version
  • Loading branch information
ludbek authored Aug 10, 2022
2 parents 9c10835 + 6f12f09 commit 661a17f
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 = 1.7.0
current_version = 1.7.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
Expand Down
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 = "webpreview"
version = "1.7.0"
version = "1.7.1"
description = "Extracts OpenGraph, TwitterCard and Schema properties from a webpage."
authors = ["ludbek <[email protected]>", "vduseev <[email protected]>"]
maintainers = ["vduseev <[email protected]>", "ludbek <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion webpreview/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.7.0"
__version__ = "1.7.1"

0 comments on commit 661a17f

Please sign in to comment.