Skip to content

Commit

Permalink
Release 4.0: Add ability to execute files and use their output (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Mar 25, 2018
1 parent 1f6a767 commit 98660fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_dotdee/__init__.py
Expand Up @@ -18,7 +18,7 @@
from property_manager import PropertyManager, mutable_property, required_property

# Semi-standard module versioning.
__version__ = '3.0'
__version__ = '4.0'

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

0 comments on commit 98660fd

Please sign in to comment.