From 69f39c045a794ef4b9e73c7b549bb44ff3e6e9c1 Mon Sep 17 00:00:00 2001 From: ~hedy Date: Sat, 24 Aug 2024 21:51:58 +0800 Subject: [PATCH] v2.18.0 --- LICENSE | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index d38639f..df7fedd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2023 hedy +Copyright (c) 2020-2024 hedy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/setup.py b/setup.py index 93b30e9..58f20ff 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with io.open("README.md", "rt", encoding="utf8") as f: LONG_DESC = f.read() -VERSION = "2.17.1" +VERSION = "2.18.0" # This call to setup() does all the work setup(