Skip to content

Commit

Permalink
update to v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmet1977 committed Aug 7, 2024
1 parent a85d6f1 commit 887a36c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Python toolbox for lighting and color science
* Author: Kevin A.G. Smet (ksmet1977 at gmail.com)
* Version: 1.11.0
* Version: 1.11.1
* Date: August 7, 2024
* License: [GPLv3](https://github.com/ksmet1977/luxpy/blob/master/LICENSE.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
# built documents.
#
# The short X.Y version.
version = '1.11.0'
version = '1.11.1'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
LuxPy: a package for lighting and color science
===============================================
* Author: K.A.G. Smet (ksmet1977 at gmail.com)
* Version: 1.11.0
* Version: 1.11.1
* Date: Aug 7, 2024
* License: GPLv3

Expand Down
4 changes: 2 additions & 2 deletions luxpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
===============================================
* Author: K.A.G. Smet (ksmet1977 at gmail.com)
* Version: 1.11.0
* Version: 1.11.1
* Date: Aug 7, 2024
* License: GPLv3
Expand Down Expand Up @@ -80,7 +80,7 @@
# Initialze LuxPy
###############################################################################
# Package info:
__VERSION__ = 'v1.11.0'; """Current version"""
__VERSION__ = 'v1.11.1'; """Current version"""
__version__ = __VERSION__
__DATE__ = 'Aug-07-2024'; """release date"""

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
setup(
name = 'luxpy',
packages = find_packages(),
version = '1.11.0',
version = '1.11.1',
license = 'GPLv3',
description = 'Python package for lighting and color science',
author = 'Kevin A.G. Smet',
author_email = '[email protected]',
url = 'https://github.com/ksmet1977/luxpy',
download_url = 'https://github.com/ksmet1977/luxpy/archive/1.11.0.tar.gz',
download_url = 'https://github.com/ksmet1977/luxpy/archive/1.11.1.tar.gz',
keywords = ['color', 'color appearance', 'colorimetry','photometry','CIE','color perception','lighting','color rendering','IES'],
install_requires=[
'numpy',
Expand Down

0 comments on commit 887a36c

Please sign in to comment.