Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Wall committed Jun 17, 2021
1 parent c7f9fb4 commit 6552aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion millify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__author__ = "Alexander Zaitsev (azaitsev@gmail.com)"
__copyright__ = "Copyright 2018, azaitsev@gmail.com"
__license__ = "MIT"
__version__ = "0.1.1"
__version__ = "0.1.2+gwall1"


def millify(n, precision=0, drop_nulls=True, prefixes=[]):
Expand Down

0 comments on commit 6552aaa

Please sign in to comment.