From 06d7510ae4bc8618db5a5fdcf5166ef5efc3b112 Mon Sep 17 00:00:00 2001 From: Joseph Hamman Date: Wed, 16 May 2018 13:33:42 -0700 Subject: [PATCH] update version to 1.0.0 --- cftime/_cftime.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cftime/_cftime.pyx b/cftime/_cftime.pyx index ce45d5f1..c5bedd44 100644 --- a/cftime/_cftime.pyx +++ b/cftime/_cftime.pyx @@ -27,7 +27,7 @@ _units = microsec_units+millisec_units+sec_units+min_units+hr_units+day_units _calendars = ['standard', 'gregorian', 'proleptic_gregorian', 'noleap', 'julian', 'all_leap', '365_day', '366_day', '360_day'] -__version__ = '1.0.0b1' +__version__ = '1.0.0' # Adapted from http://delete.me.uk/2005/03/iso8601.html # Note: This regex ensures that all ISO8601 timezone formats are accepted - but, due to legacy support for other timestrings, not all incorrect formats can be rejected.