Skip to content

Commit

Permalink
Bump version: 1.10.0 → 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelllisle committed Aug 3, 2023
1 parent 5e48e3d commit af33028
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: clean clean-test clean-pyc clean-build docs help test test-cov
.DEFAULT_GOAL := help

VERSION=1.10.0
VERSION=1.11.0

clean: ## remove all build, test, coverage and Python artifacts
@echo -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 🧟 Monstermash

> 1️⃣ version: 1.10.0
> 1️⃣ version: 1.11.0
> ✍️ author: Mitchell Lisle
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 = "monstermash"
version = "1.10.0"
version = "1.11.0"
description = ""
authors = ["Mitchell Lisle <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.10.0
current_version = 1.11.0
commit = True

[bumpversion:file:pyproject.toml]
Expand Down
2 changes: 1 addition & 1 deletion src/monstermash/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '1.10.0'
__version__ = '1.11.0'
__author__ = 'Mitchell Lisle'
__email__ = '[email protected]'

0 comments on commit af33028

Please sign in to comment.