Skip to content

Commit

Permalink
bump version 1.1.1 -> 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sqdnoises committed Mar 9, 2024
1 parent d9a5ffb commit 127fcdd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# infinite-craft `1.1.1`
[![](https://img.shields.io/badge/infinite--craft_version-1.1.1-red)](https://github.com/sqdnoises/infinite-craft)
# infinite-craft `1.1.2`
[![](https://img.shields.io/badge/infinite--craft_version-1.1.2-red)](https://github.com/sqdnoises/infinite-craft)
[![](https://img.shields.io/pypi/v/infinite-craft.svg)](https://pypi.org/project/infinite-craft/)
[![](https://img.shields.io/badge/License-MIT-red?labelColor=black)](LICENSE)
[![](https://img.shields.io/badge/Python_Version-3.10_|_3.11_|_3.12-blue)](https://python.org)
Expand Down
2 changes: 1 addition & 1 deletion infinitecraft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
__license__ = "MIT License"
__copyright__ = "Copyright (C) 2024-present SqdNoises, Neal Agarwal"
__homepage__ = "https://github.com/sqdnoises/infinite-craft"
__version__ = "1.1.1"
__version__ = "1.1.2"
__display_version__ = __title__ + " " + __version__

from .element import *
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "infinite-craft"
version = "1.1.1"
version = "1.1.2"
authors = [
{ name = "sqdnoises" }
]
Expand Down Expand Up @@ -45,7 +45,7 @@ dev = [
]

[tool.bumpver]
current_version = "1.1.1"
current_version = "1.1.2"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down

0 comments on commit 127fcdd

Please sign in to comment.