Skip to content

Commit

Permalink
bump to version 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-Collins committed Jul 24, 2024
1 parent a67e60a commit 34d4d68
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.17.0" %}
{% set version = "1.18.0" %}

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.17.0",
version="1.18.0",
python_requires='>=3.8',
scripts = [
'el_gato/el_gato.py',
Expand Down

0 comments on commit 34d4d68

Please sign in to comment.