From 607f307e53e45563f9b42d86518675a96b4f2e08 Mon Sep 17 00:00:00 2001 From: Jeffrey Sarnoff Date: Thu, 11 May 2023 23:57:07 -0400 Subject: [PATCH] fix nanodate.j to use cs --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f55f5638..f5766b4b 100644 --- a/Project.toml +++ b/Project.toml @@ -5,7 +5,7 @@ keywords = ["Julia", "Dates", "time", "date", "nanoseconds"] license = "MIT" authors = ["Jeffrey Sarnoff "] description = "NanoDate is a nanosecond resolved DateTime type" -version = "0.1.8" +version = "0.2.0" [deps] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"