From 6c5ae46e1cfc102ddd3c8b5c3d8b05d594171f9c Mon Sep 17 00:00:00 2001 From: Dmitry Meyer Date: Wed, 17 Jan 2024 09:47:26 +0000 Subject: [PATCH] chore: release version 1.1.0 --- LICENSE | 2 +- pyproject.toml | 2 +- src/_tox_pyenv_redux/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index be1dfd5..221d9e3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2022, 2023 un.def +Copyright (c) 2022, 2023, 2024 Dmitry Meyer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pyproject.toml b/pyproject.toml index 8b5dacd..e06fc40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ description = 'A tox Python discovery plugin for pyenv-installed interpreters' readme = 'README.md' license = {text = 'MIT'} authors = [ - {name = 'un.def', email = 'me@undef.im'}, + {name = 'Dmitry Meyer', email = 'me@undef.im'}, ] classifiers = [ 'Development Status :: 4 - Beta', diff --git a/src/_tox_pyenv_redux/__init__.py b/src/_tox_pyenv_redux/__init__.py index 951af11..1a72d32 100644 --- a/src/_tox_pyenv_redux/__init__.py +++ b/src/_tox_pyenv_redux/__init__.py @@ -1 +1 @@ -__version__ = '1.1.0.dev0' +__version__ = '1.1.0'