Skip to content

Commit

Permalink
Release version v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wookayin committed Nov 21, 2024
1 parent cf9391f commit 814e342
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2018-2023 Jongwook Choi
Copyright (c) 2018-2024 Jongwook Choi

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion imgcat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The imgcat module
"""

__version__ = '0.6.0.dev0'
__version__ = '0.6.0'


from .imgcat import imgcat as imgcat
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def read_version():
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
packages=['imgcat'],
python_requires='>=3.6',
Expand Down

0 comments on commit 814e342

Please sign in to comment.