Skip to content

Commit

Permalink
2.0.3 - Add experimental-lowqa dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vkottler committed Jul 13, 2024
1 parent f4223b7 commit 3a33f44
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- run: |
mk python-release owner=vkottler \
repo=vmklib version=2.0.2
repo=vmklib version=2.0.3
if: |
matrix.python-version == '3.12'
&& matrix.system == 'ubuntu-latest'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
=====================================
generator=datazen
version=3.1.4
hash=fcfed0c41e658545e35e4948bff221a8
hash=c9f109357706db34fbe6c3c4b3b9d9a2
=====================================
-->

# vmklib ([2.0.2](https://pypi.org/project/vmklib/))
# vmklib ([2.0.3](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)
Expand Down
4 changes: 4 additions & 0 deletions local/configs/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ entry: {{entry}}
requirements:
- vcorelib>=2.4.0

# Adding this dependency simplifies project-specific workflow integrations
# that leverage interfaces from this package.
- experimental-lowqa

dev_requirements:
- pytest-asyncio
- setuptools-wrapper
Expand Down
2 changes: 1 addition & 1 deletion local/variables/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
major: 2
minor: 0
patch: 2
patch: 3
entry: mk
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__"

[project]
name = "vmklib"
version = "2.0.2"
version = "2.0.3"
description = "Simplify project workflows by standardizing use of GNU Make."
readme = "README.md"
requires-python = ">=3.10"
Expand Down
4 changes: 2 additions & 2 deletions vmklib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# =====================================
# generator=datazen
# version=3.1.4
# hash=a189f4011428578af1bb711f90f3f283
# hash=a5d53b6399d66ef76c6e395d072c6018
# =====================================

"""
Expand All @@ -10,4 +10,4 @@

DESCRIPTION = "Simplify project workflows by standardizing use of GNU Make."
PKG_NAME = "vmklib"
VERSION = "2.0.2"
VERSION = "2.0.3"
1 change: 1 addition & 0 deletions vmklib/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vcorelib>=2.4.0
experimental-lowqa

0 comments on commit 3a33f44

Please sign in to comment.