Skip to content

Commit

Permalink
Bump version: 1.2.2 → 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
interrogator committed Aug 21, 2019
1 parent 8468de4 commit 8dec427
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Expand Up @@ -2,7 +2,7 @@
commit = True
tag = True
tag_name = {new_version}
current_version = 1.2.2
current_version = 1.2.3

[bumpversion:file:setup.py]
search = version="{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# buzzword

> Version 1.2.2
> Version 1.2.3
[![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
@@ -1 +1 @@
__version__ = "1.2.2"
__version__ = "1.2.3"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@ def read(fname):

setup(
name="buzzword",
version="1.2.2", # bump2version will edit this automatically!
version="1.2.3", # 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 8dec427

Please sign in to comment.