Skip to content

Commit

Permalink
Bump to 0.0.1.dev3
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Oct 31, 2012
1 parent 19cb88f commit fd63374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# The short X.Y version.
version = '0.0.1'
# The full version, including alpha/beta/rc tags.
release = '0.0.1.dev2'
release = '0.0.1.dev3'

exclude_patterns = []

Expand Down
2 changes: 1 addition & 1 deletion orgparse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
from .node import parse_lines
from .utils.py3compat import basestring

__version__ = '0.0.1.dev2'
__version__ = '0.0.1.dev3'
__author__ = 'Takafumi Arakaki'
__license__ = 'BSD License'
__all__ = ["load", "loads", "loadi"]
Expand Down

0 comments on commit fd63374

Please sign in to comment.