Skip to content

Commit 69f39c0

Browse files
committed
v2.18.0
1 parent 53b35ac commit 69f39c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

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

3-
Copyright (c) 2020-2023 hedy
3+
Copyright (c) 2020-2024 hedy
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
with io.open("README.md", "rt", encoding="utf8") as f:
88
LONG_DESC = f.read()
99

10-
VERSION = "2.17.1"
10+
VERSION = "2.18.0"
1111

1212
# This call to setup() does all the work
1313
setup(

0 commit comments

Comments
 (0)