Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit bfac178

Browse files
committed
Bump version number for v0.6.4
1 parent 283053f commit bfac178

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ platforms = linux
4141
[options]
4242
zip_safe = False
4343
packages = find:
44-
python_requires = >= 3.6
44+
python_requires = >= 3.7
4545
include_package_data = True
4646
package_dir =
4747
= src

src/gbulb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .glib_events import * # noqa: F401,F403
22
from .utils import * # noqa: F401,F403
33

4-
__version__ = "0.6.3"
4+
__version__ = "0.6.4"

0 commit comments

Comments
 (0)