Skip to content

Commit

Permalink
bump version to 0.3.2-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gambhiro committed Apr 18, 2023
1 parent 6b163bb commit ce3dab8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "simsapa"
version = "0.3.1-alpha.1"
version = "0.3.2-alpha.1"
description = "Simsapa Dhamma Reader - Buddhist suttas and Pali dictionary"
# pypi identification
authors = ["Gambhiro <profound.labs@gmail.com>"]
Expand Down Expand Up @@ -109,7 +109,7 @@ to = {format = "setuppy", path = "setup.py"}
project_name = "Simsapa Dhamma Reader"
bundle = "io.github"
# briefcase requires PEP440 version strings
version = "0.3.1a1"
version = "0.3.2a1"
url = "https://github.com/simsapa/simsapa"
license = "MIT license"
# Package will display this info
Expand Down
2 changes: 1 addition & 1 deletion simsapa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# When running the prod app, the value below is used.
#
# In the PyInstaller build for Windows, importlib.metadata.version('simsapa') errors out with missing module.
SIMSAPA_APP_VERSION = "0.3.1-alpha.1"
SIMSAPA_APP_VERSION = "0.3.2-alpha.1"

SIMSAPA_PACKAGE_DIR = importlib.resources.files('simsapa')

Expand Down

0 comments on commit ce3dab8

Please sign in to comment.