Skip to content

Commit a157c27

Browse files
authored
Bump version to 4.1.2 (#110)
1 parent 912cf00 commit a157c27

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

darkseid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Projects version."""
22

3-
__version__ = "4.1.1"
3+
__version__ = "4.1.2"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.1.1",
2+
"version": "4.1.2",
33
"description": "darkseid linting",
44
"type": "module",
55
"scripts": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "darkseid"
3-
version = "4.1.1"
3+
version = "4.1.2"
44
description = "A library to interact with comic archives"
55
authors = ["Brian Pepple <bdpepple@gmail.com>"]
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)