From c72ded8bedd90fe1713b118108bd4c9e57fbd3d7 Mon Sep 17 00:00:00 2001 From: Juncheng Liu Date: Wed, 14 Aug 2024 18:01:01 +0800 Subject: [PATCH 1/2] change the version name for pypi --- src/uni2ts/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uni2ts/__about__.py b/src/uni2ts/__about__.py index 166a924..2505560 100644 --- a/src/uni2ts/__about__.py +++ b/src/uni2ts/__about__.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.0.0a0" +__version__ = "1.1.0" From db10b68e31003d4455dfbe52748466f5de1b88c8 Mon Sep 17 00:00:00 2001 From: Juncheng Liu Date: Thu, 15 Aug 2024 13:20:08 +0800 Subject: [PATCH 2/2] update project name --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 303455a..c651e71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] -name = "salesforce-uni2ts" +name = "uni2ts" dynamic = [ "version", ] @@ -35,7 +35,8 @@ authors = [ {name = "Doyen Sahoo"}, ] maintainers = [ - {name = "Gerald Woo", email = "gwoo@salesforce.com"} + {name = "Gerald Woo", email = "gwoo@salesforce.com"}, + {name = "Juncheng Liu", email = "juncheng.liu@salesforce.com"} ] description = "Unified Training of Universal Time Series Forecasting Transformers" readme = "README.md"