7.1.4
Added
- Build and style improvements.
Removed
conf.VERSION
, moved all version information topyngrok/__init__.py
. Get package version withfrom pyngrok import __version__
instead.
conf.VERSION
, moved all version information to pyngrok/__init__.py
. Get package version with from pyngrok import __version__
instead.