Skip to content

Commit

Permalink
Bump version: 0.0.1 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
interrogator committed Aug 17, 2019
1 parent b27b214 commit db2deb8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
commit = True
tag = True
tag_name = {new_version}
current_version = 0.0.1
current_version = 0.1.0

[bumpversion:file:setup.py]
search = version="{current_version}"
Expand All @@ -15,3 +15,4 @@ replace = __version__ = "{new_version}"
[bumpversion:file:README.md]
search = > Version {current_version}
replace = > Version {new_version}

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# buzzword

> Version 0.0.1
> Version 0.1.0
[![Build Status](https://travis-ci.org/interrogator/buzzword.svg?branch=master)](https://travis-ci.org/interrogator/buzzword)
[![readthedocs](https://readthedocs.org/projects/buzzword/badge/?version=latest)](https://buzzword.readthedocs.io/en/latest/)
Expand Down
2 changes: 1 addition & 1 deletion buzzword/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ == "0.0.1"
__version__ == "__version__ = "0.1.0""
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def read(fname):

setup(
name="buzzword",
version="0.0.1", # bump2version will edit this automatically!
version="0.1.0", # bump2version will edit this automatically!
description="Web-app for corpus linguistics",
long_description=read("README.md"),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit db2deb8

Please sign in to comment.