Skip to content

Commit 814e342

Browse files
committed
Release version v0.6.0
1 parent cf9391f commit 814e342

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2018-2023 Jongwook Choi
3+
Copyright (c) 2018-2024 Jongwook Choi
44

55
Permission is hereby granted, free of charge, to any person
66
obtaining a copy of this software and associated documentation

imgcat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The imgcat module
33
"""
44

5-
__version__ = '0.6.0.dev0'
5+
__version__ = '0.6.0'
66

77

88
from .imgcat import imgcat as imgcat

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def read_version():
6060
'Programming Language :: Python :: 3.9',
6161
'Programming Language :: Python :: 3.10',
6262
'Programming Language :: Python :: 3.11',
63+
'Programming Language :: Python :: 3.12',
6364
],
6465
packages=['imgcat'],
6566
python_requires='>=3.6',

0 commit comments

Comments
 (0)