Skip to content

Commit

Permalink
Merge pull request #11 from martinRenou/release
Browse files Browse the repository at this point in the history
Bump version to 2.2.0
  • Loading branch information
DiegoAlbertoTorres authored Feb 7, 2024
2 parents 122b264 + b3607bf commit b170855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beakerx_base/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (2, 1, 0)
version_info = (2, 2, 0)
__version__ = '.'.join(map(str, version_info))
2 changes: 1 addition & 1 deletion conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "beakerx_base" %}
{% set version = "2.1.0" %}
{% set version = "2.2.0" %}

package:
name: "{{ name|lower }}"
Expand Down

0 comments on commit b170855

Please sign in to comment.