Skip to content

Commit

Permalink
0.0.4 rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed Jan 8, 2018
1 parent 0b1b1d5 commit 521b1a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion anyconfig_configobj_backend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .configobj import Parser

__author__ = "Satoru SATOH"
__version__ = "0.0.3"
__version__ = "0.0.4"
__all__ = ["Parser", ]

# vim:sw=4:ts=4:et:
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Ugly, but necessary to avoid extra dependency on build time.
# from anyconfig_configobj_backend.globals import PACKAGE, VERSION
PACKAGE = "anyconfig-configobj-backend"
VERSION = "0.0.3"
VERSION = "0.0.4"

# For daily snapshot versioning mode:
if os.environ.get("_SNAPSHOT_BUILD", None) is not None:
Expand Down

0 comments on commit 521b1a2

Please sign in to comment.