Skip to content

Commit

Permalink
Bump version: 0.1.1 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paetzke committed Aug 15, 2015
1 parent d357e2c commit 2a0bd24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.2.0
files = setup.py orgco/__init__.py
commit = True
tag = True

2 changes: 1 addition & 1 deletion orgco/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .convert import convert
from .orgalyzer import OrgDoc

__version__ = '0.1.1'
__version__ = '0.2.0'
__author__ = 'Friedrich Paetzke'
__license__ = 'BSD'
__copyright__ = 'Copyright 2013 Friedrich Paetzke'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
py_modules=['orgco'],
description='With orgco you can convert Emacs\' orgmode to other formats.',
long_description=(open('README.rst').read()),
version='0.1.1',
version='0.2.0',
author='Friedrich Paetzke',
author_email='paetzke@fastmail.fm',
license='BSD',
Expand Down

0 comments on commit 2a0bd24

Please sign in to comment.