Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
HenestrosaDev committed Mar 19, 2023
2 parents cbf25e1 + 9ebcfb4 commit a6950e2
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,6 +1,6 @@
[tool.poetry]
name = "mobile-strings-converter"
version = "0.1.0"
version = "0.1.1"
description = "A Python package that converts Android & iOS strings files to any supported file type."
authors = ["José Carlos López <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/mobile_strings_converter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .converter import convert_strings, to_google_sheets

# Constants
__version__ = "0.1.0"
__version__ = "0.1.1"

__author__ = "José Carlos López Henestrosa"
__license = "MIT"
Expand Down

0 comments on commit a6950e2

Please sign in to comment.