We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b35ac commit 69f39c0Copy full SHA for 69f39c0
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2020-2023 hedy
+Copyright (c) 2020-2024 hedy
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
setup.py
@@ -7,7 +7,7 @@
7
with io.open("README.md", "rt", encoding="utf8") as f:
8
LONG_DESC = f.read()
9
10
-VERSION = "2.17.1"
+VERSION = "2.18.0"
11
12
# This call to setup() does all the work
13
setup(
0 commit comments