Skip to content

Commit

Permalink
Bump version: 0.2.3 → 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
swizzlevixen committed Jul 5, 2018
1 parent e9e323d commit 06ce197
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion letterboxd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name = "letterboxd"
__author__ = """Mark Boszko"""
__email__ = "mboszko@mac.com"
__version__ = "0.2.3"
__version__ = "0.2.4"


def new(api_base=API_BASE_URL, api_key="", api_secret=""):
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.3
current_version = 0.2.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
setuptools.setup(
name="letterboxd",
packages=setuptools.find_packages(exclude=["contrib", "docs", "tests*", "sample"]),
version="0.2.3",
version="0.2.4",
python_requires=">=3.6",
install_requires=requirements,
description="Python 3 wrapper for the Letterboxd API",
Expand Down

0 comments on commit 06ce197

Please sign in to comment.