Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Aug 1, 2022
1 parent 50be115 commit 48af5e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "sam2lca" %}
{% set version = "1.0.0" %}
{% set version = "1.1.1" %}

package:
name: {{ name|lower }}
Expand Down
2 changes: 1 addition & 1 deletion sam2lca/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.1.0"
__version__ = "1.1.1"

from sam2lca.main import sam2lca
import logging
Expand Down

0 comments on commit 48af5e5

Please sign in to comment.