Skip to content

Commit

Permalink
Release 2.0: Define __all__ for public modules
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Mar 11, 2018
1 parent 2f239a9 commit 47937e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gentag/__init__.py
Expand Up @@ -43,7 +43,7 @@
"""The identifier of the default tag that matches all tagged objects (a string)."""

# Semi-standard module versioning.
__version__ = '1.0.1'
__version__ = '2.0'

# Initialize a logger for this module.
logger = VerboseLogger(__name__)
Expand Down

0 comments on commit 47937e8

Please sign in to comment.