From e745434547de728d53cde6316cae75b62db102e2 Mon Sep 17 00:00:00 2001 From: Joseph Hamman Date: Thu, 22 Feb 2018 21:01:02 -0800 Subject: [PATCH] update version to 1.0.0a2 --- netcdftime/_netcdftime.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netcdftime/_netcdftime.pyx b/netcdftime/_netcdftime.pyx index 830b021e..9b96f1e8 100644 --- a/netcdftime/_netcdftime.pyx +++ b/netcdftime/_netcdftime.pyx @@ -28,7 +28,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.0a1' +__version__ = '1.0.0a2' # 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.