Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Aug 12, 2019
1 parent 9c9de35 commit d277d02
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
files = setup.py package.json discodoc/__init__.py
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion discodoc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""discodoc - create hardcopy-like documents from Discourse content easily"""
__appname__ = 'discodoc'
__version__ = '0.1.0'
__version__ = '0.2.0'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "discodoc-resources",
"description": "discodoc - create hardcopy-like documents from Discourse content easily",
"version": "0.1.0",
"version": "0.2.0",
"license": [
"AGPL 3",
"EUPL 1.2"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
README = open(os.path.join(here, 'README.rst')).read()

setup(name='discodoc',
version='0.1.0',
version='0.2.0',
description='discodoc - create hardcopy-like documents from Discourse content easily',
long_description=README,
license="AGPL 3, EUPL 1.2",
Expand Down

0 comments on commit d277d02

Please sign in to comment.