changeset 19:c07c92caa09f 1.5.0

release 1.5.0
author drewp@bigasterisk.com
date Thu, 24 Nov 2022 20:37:53 -0800
parents 7f93c77f6325
children 014db06194f1
files pyproject.toml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/pyproject.toml	Sun Jul 24 01:01:25 2022 -0700
+++ b/pyproject.toml	Thu Nov 24 20:37:53 2022 -0800
@@ -1,11 +1,11 @@
 [project]
 name = "background_loop"
-version = "1.4.0"
+version = "1.5.0"
 description = ""
 authors = [
     {name = "Drew Perttula", email = "drewp@bigasterisk.com"},
 ]
-license-expression = "MIT"
+license = "MIT"
 dependencies = [
         'prometheus_client',
 ]
@@ -35,4 +35,4 @@
     'ignore:Code. pytest_mock_example_attribute_that_shouldnt_exist is not defined in namespace .*:UserWarning',
     # The below warning is a consequence of how pytest detects fixtures and how DefinedNamespace behaves when an undefined attribute is being accessed.
     'ignore:Code. _pytestfixturefunction is not defined in namespace .*:UserWarning',
-]
\ No newline at end of file
+]]