We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf9391f commit 814e342Copy full SHA for 814e342
3 files changed
LICENSE
@@ -1,6 +1,6 @@
1
The MIT License
2
3
-Copyright (c) 2018-2023 Jongwook Choi
+Copyright (c) 2018-2024 Jongwook Choi
4
5
Permission is hereby granted, free of charge, to any person
6
obtaining a copy of this software and associated documentation
imgcat/__init__.py
@@ -2,7 +2,7 @@
The imgcat module
"""
-__version__ = '0.6.0.dev0'
+__version__ = '0.6.0'
7
8
from .imgcat import imgcat as imgcat
setup.py
@@ -60,6 +60,7 @@ def read_version():
60
'Programming Language :: Python :: 3.9',
61
'Programming Language :: Python :: 3.10',
62
'Programming Language :: Python :: 3.11',
63
+ 'Programming Language :: Python :: 3.12',
64
],
65
packages=['imgcat'],
66
python_requires='>=3.6',
0 commit comments