Skip to content

Commit

Permalink
bump version to beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhmg committed Nov 14, 2024
1 parent 7204c41 commit 4cf96eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
# The short X.Y version.
version = "0.3.0"
# The full version, including alpha/beta/rc tags.
release = "0.3.0-beta.1"
release = "0.3.0-beta.2"
2 changes: 1 addition & 1 deletion las_geoh5/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from pathlib import Path


__version__ = "0.3.0-beta.1"
__version__ = "0.3.0-beta.2"


def assets_path() -> Path:
Expand Down
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "las-geoh5" %}
{% set version = "0.3.0b1" %}
{% set version = "0.3.0b2" %}

package:
name: {{ name|lower }}
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 = "las-geoh5"
version = "0.3.0-beta.1"
version = "0.3.0-beta.2"
description = "Las/Geoh5 conversion"
license = "MIT"
readme = "README.rst"
Expand Down

0 comments on commit 4cf96eb

Please sign in to comment.