Skip to content

Commit 4aa6949

Browse files
committed
Release 2.0: Proper support for IEEE 1541 definitions of units? (fixes #4, merges #8 and #9)
1 parent 78f729b commit 4aa6949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

humanfriendly/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
from humanfriendly.compat import is_string
4040

4141
# Semi-standard module versioning.
42-
__version__ = '2.0a1'
42+
__version__ = '2.0'
4343

4444
# Spinners are redrawn at most this many seconds.
4545
minimum_spinner_interval = 0.2

0 commit comments

Comments
 (0)