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 18, 2024
1 parent 146dbc3 commit c8580bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "param-sweeps" %}
{% set version = "0.2.0b1" %}
{% set version = "0.2.0b2" %}

package:
name: {{ name|lower }}
Expand Down
2 changes: 1 addition & 1 deletion param_sweeps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# (see LICENSE file at the root of this source code package).


__version__ = "0.2.0-beta.1"
__version__ = "0.2.0-beta.2"
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 = "param-sweeps"
version = "0.2.0-beta.1"
version = "0.2.0-beta.2"

description = "Parameter sweeper for ui.json powered applications"
license = "MIT"
Expand Down

0 comments on commit c8580bb

Please sign in to comment.