Skip to content

Commit

Permalink
bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhmg committed Jun 17, 2024
1 parent 0bfe68b commit cab1e0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = "octree-creation"
release = "0.1.0"
release = "0.1.1"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion octree_creation_app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from geoapps_utils.importing import assets_path as assets_path_impl

__version__ = "0.1.0"
__version__ = "0.1.1"


def assets_path() -> Path:
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 = "octree-creation-app"
version = "0.1.0"
version = "0.1.1"
license = "MIT"
description = "Octree creation app."
authors = ["Mira Geoscience <[email protected]>"]
Expand Down

0 comments on commit cab1e0b

Please sign in to comment.