Skip to content

Commit

Permalink
release: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RalphORama committed Jul 15, 2022
1 parent 55ac3a0 commit 88ca334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
version = "0.1.0"
version = "0.2.0"
name = "rustmaps.py"
description = "Wrapper for the rustmaps.com REST API"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/rustmaps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

"""_Python 3 wrapper for the rustmaps.com HTTP REST API_."""

__version__ = '0.1.0'
__version__ = '0.2.0'

from .rustmaps import Rustmaps

0 comments on commit 88ca334

Please sign in to comment.