Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-Collins committed Jul 30, 2024
1 parent daba66a commit e83965e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "elgato" %}
{% set version = "1.18.0" %}
{% set version = "1.18.2" %}

package:
name: {{ name|lower }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="elgato",
version="1.18.0",
version="1.18.2",
python_requires='>=3.8',
scripts = [
'el_gato/el_gato.py',
Expand Down

0 comments on commit e83965e

Please sign in to comment.