Skip to content

Commit 6c5ae46

Browse files
committed
chore: release version 1.1.0
1 parent f20f68d commit 6c5ae46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2022, 2023 un.def <[email protected]>
3+
Copyright (c) 2022, 2023, 2024 Dmitry Meyer <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = 'A tox Python discovery plugin for pyenv-installed interpreters'
88
readme = 'README.md'
99
license = {text = 'MIT'}
1010
authors = [
11-
{name = 'un.def', email = '[email protected]'},
11+
{name = 'Dmitry Meyer', email = '[email protected]'},
1212
]
1313
classifiers = [
1414
'Development Status :: 4 - Beta',

src/_tox_pyenv_redux/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.1.0.dev0'
1+
__version__ = '1.1.0'

0 commit comments

Comments
 (0)