Skip to content

Commit

Permalink
0.4.2 Release
Browse files Browse the repository at this point in the history
Signed-off-by: Byron Ruth <b@devel.io>
  • Loading branch information
bruth committed Jan 14, 2018
1 parent d108c48 commit 9a7c897
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions strconv.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Copyright (c) 2013-2018 Byron Ruth
# BSD License

import re
import sys

from collections import Counter
from datetime import datetime


__version__ = '0.4.1'
# strconv.py
# Copyright (c) 2013 Byron Ruth
# BSD License
__version__ = '0.4.2'


class TypeInfo(object):
Expand Down

0 comments on commit 9a7c897

Please sign in to comment.