Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple committed Aug 23, 2022
1 parent 258c81c commit c9f357e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion esak/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Project entry file."""
__version__ = "1.3.1"
__version__ = "1.3.2"

from typing import Optional

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "esak"
version = "1.3.1"
version = "1.3.2"
description = "Python wrapper for the Marvel API."
authors = ["Brian Pepple <bdpepple@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit c9f357e

Please sign in to comment.