From 90824ca3a028d22842bcbe73ba3912f8fb826ab8 Mon Sep 17 00:00:00 2001 From: Vaughn Kottler Date: Thu, 13 Jul 2023 15:58:35 -0500 Subject: [PATCH] 1.10.0 - Bump version --- .github/workflows/python-package.yml | 2 +- README.md | 4 ++-- local/variables/package.yaml | 2 +- pyproject.toml | 2 +- vmklib/__init__.py | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index aa5604d..7c9a652 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -65,7 +65,7 @@ jobs: - run: | mk python-release owner=vkottler \ - repo=vmklib version=1.9.0 + repo=vmklib version=1.10.0 if: | matrix.python-version == '3.11' && matrix.system == 'ubuntu-latest' diff --git a/README.md b/README.md index 86cec0b..84d35d7 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ ===================================== generator=datazen version=3.1.2 - hash=1280d00c2447ef272e48abbae9617e0a + hash=0bae505c06b01979c4276b236a95630b ===================================== --> -# vmklib ([1.9.0](https://pypi.org/project/vmklib/)) +# vmklib ([1.10.0](https://pypi.org/project/vmklib/)) [![python](https://img.shields.io/pypi/pyversions/vmklib.svg)](https://pypi.org/project/vmklib/) ![Build Status](https://github.com/vkottler/vmklib/workflows/Python%20Package/badge.svg) diff --git a/local/variables/package.yaml b/local/variables/package.yaml index 0631230..59bd2a4 100644 --- a/local/variables/package.yaml +++ b/local/variables/package.yaml @@ -1,5 +1,5 @@ --- major: 1 -minor: 9 +minor: 10 patch: 0 entry: mk diff --git a/pyproject.toml b/pyproject.toml index 505de02..ff30099 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__" [project] name = "vmklib" -version = "1.9.0" +version = "1.10.0" description = "Simplify project workflows by standardizing use of GNU Make." readme = "README.md" requires-python = ">=3.8" diff --git a/vmklib/__init__.py b/vmklib/__init__.py index 6d005bb..a7544d3 100644 --- a/vmklib/__init__.py +++ b/vmklib/__init__.py @@ -1,7 +1,7 @@ # ===================================== # generator=datazen # version=3.1.2 -# hash=d7449a443b6b987d60bcbde5231ab563 +# hash=0e50415f07e485c70acde31abb963f05 # ===================================== """ @@ -10,4 +10,4 @@ DESCRIPTION = "Simplify project workflows by standardizing use of GNU Make." PKG_NAME = "vmklib" -VERSION = "1.9.0" +VERSION = "1.10.0"