Skip to content

Commit 9bcff28

Browse files
committed
Next version no longer bug fix only.
1 parent 9202f58 commit 9bcff28

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Changelog
22
=========
33

44

5-
`4.0.1 (unreleased) <https://github.com/kdeldycke/meta-package-manager/compare/v4.0.0...develop>`_
5+
`4.1.0 (unreleased) <https://github.com/kdeldycke/meta-package-manager/compare/v4.0.0...develop>`_
66
--------------------------------------------------------------------------------------------------
77

88
.. note:: This version is not yet released and is under active development.

meta_package_manager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# Canonical name of the CLI.
2727
CLI_NAME = "mpm"
2828

29-
__version__ = "4.0.1"
29+
__version__ = "4.1.0"
3030
""" Examples of valid version strings according :pep:`440#version-scheme`:
3131
3232
.. code-block:: python

meta_package_manager/xbar/meta_package_manager.7h.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
# <xbar.title>Meta Package Manager</xbar.title>
3-
# <xbar.version>v4.0.1</xbar.version>
3+
# <xbar.version>v4.1.0</xbar.version>
44
# <xbar.author>Kevin Deldycke</xbar.author>
55
# <xbar.author.github>kdeldycke</xbar.author.github>
66
# <xbar.desc>List outdated packages and manage upgrades.</xbar.desc>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
# Docs: https://python-poetry.org/docs/pyproject/
33
name = "meta-package-manager"
4-
version = "4.0.1"
4+
version = "4.1.0"
55
description = """
66
CLI unifying Homebrew, apt, Chocolatey, Pip, NPM, Composer and the like."""
77
license = 'GPL-2.0-or-later'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://github.com/c4urself/bump2version#configuration-file
22
[bumpversion]
3-
current_version = 4.0.1
3+
current_version = 4.1.0
44
files = ./pyproject.toml ./meta_package_manager/__init__.py ./changelog.rst ./meta_package_manager/xbar/meta_package_manager.7h.py
55
allow_dirty = True

0 commit comments

Comments
 (0)