Skip to content

Commit

Permalink
added required __init__.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBusuttil committed Nov 27, 2019
1 parent 9ae562e commit 431b42d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
/sigfig/__pycache__
/dist
/sigfig.egg-info
/build/lib
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name = 'sigfig',
description = 'Python library for rounding numbers (with expected results)',

version = '1.1.1',
version = '1.1.8',
license = 'MIT',
url = 'https://sigfig.readthedocs.io/',
install_requires =['SortedContainers'],
Expand Down
6 changes: 1 addition & 5 deletions sigfig/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
__all__ = ['sigfig']
from sigfig import round
from sigfig import roundit
from sigfig import round_unc
from sigfig import round_sf
from .sigfig import *

0 comments on commit 431b42d

Please sign in to comment.