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
swizzlevixen committed Jul 5, 2018
1 parent 221f90e commit ade1747
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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__ = "[email protected]"
__version__ = "0.1.0"
__version__ = "__version__ = '0.2.0'"


def new(api_base=API_BASE_URL, api_key="", api_secret=""):
Expand Down
3 changes: 1 addition & 2 deletions setup.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
commit = True
tag = True

Expand All @@ -18,7 +18,6 @@ universal = 1
exclude = docs

[aliases]
# Define setup.py command aliases here
test = pytest

[tool:pytest]
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.1.0a5",
version="version='0.2.0'a5",
python_requires=">=3.6",
install_requires=requirements,
description="Python 3 wrapper for the Letterboxd API",
Expand Down

0 comments on commit ade1747

Please sign in to comment.