Skip to content

Commit

Permalink
update version to 1.0.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Hamman committed Feb 23, 2018
1 parent 1ff40a1 commit e745434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netcdftime/_netcdftime.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e745434

Please sign in to comment.