From b647b68abddd57da269379ba1b1cca034b29c814 Mon Sep 17 00:00:00 2001 From: Vaughn Kottler Date: Sun, 6 Aug 2023 02:13:00 -0500 Subject: [PATCH] Updates for documentation --- .github/workflows/python-package.yml | 2 +- README.md | 4 ++-- config | 2 +- local/variables/package.yaml | 2 +- pyproject.toml | 2 +- runtimepy/__init__.py | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 84fd7ea4..b7b78464 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -70,7 +70,7 @@ jobs: - run: | mk python-release owner=vkottler \ - repo=runtimepy version=1.7.2 + repo=runtimepy version=1.7.3 if: | matrix.python-version == '3.11' && matrix.system == 'ubuntu-latest' diff --git a/README.md b/README.md index ba04203c..604db345 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ ===================================== generator=datazen version=3.1.2 - hash=dd35f3049c766bf08815607a372d968c + hash=817cf762c796141c0bcef9a9834f06ac ===================================== --> -# runtimepy ([1.7.2](https://pypi.org/project/runtimepy/)) +# runtimepy ([1.7.3](https://pypi.org/project/runtimepy/)) [![python](https://img.shields.io/pypi/pyversions/runtimepy.svg)](https://pypi.org/project/runtimepy/) ![Build Status](https://github.com/vkottler/runtimepy/workflows/Python%20Package/badge.svg) diff --git a/config b/config index d794338e..fe54bd79 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit d794338e91492568809aea028ab5a7a07058f801 +Subproject commit fe54bd7904feb629013ede54268ec7823f05535c diff --git a/local/variables/package.yaml b/local/variables/package.yaml index 052f8049..79110eaa 100644 --- a/local/variables/package.yaml +++ b/local/variables/package.yaml @@ -1,5 +1,5 @@ --- major: 1 minor: 7 -patch: 2 +patch: 3 entry: runtimepy diff --git a/pyproject.toml b/pyproject.toml index 30da8515..51acd0f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__" [project] name = "runtimepy" -version = "1.7.2" +version = "1.7.3" description = "A framework for implementing Python services." readme = "README.md" requires-python = ">=3.8" diff --git a/runtimepy/__init__.py b/runtimepy/__init__.py index c0670e15..3c7724f5 100644 --- a/runtimepy/__init__.py +++ b/runtimepy/__init__.py @@ -1,7 +1,7 @@ # ===================================== # generator=datazen # version=3.1.2 -# hash=7b0f468a90cc0fbfb442124f93790345 +# hash=02cdfc0846a87475ac589dd14f49608a # ===================================== """ @@ -10,4 +10,4 @@ DESCRIPTION = "A framework for implementing Python services." PKG_NAME = "runtimepy" -VERSION = "1.7.2" +VERSION = "1.7.3"