Skip to content

Commit

Permalink
🔖 Bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
policratus committed Jun 6, 2022
1 parent 49f4946 commit 54ef484
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.13.4
v0.13.5
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 = "pupyl" %}
{% set version = "0.13.4"%}
{% set version = "0.13.5"%}

package:
name: "{{ name|lower }}"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
copyright = f'{datetime.today().year}, Nelson Forte'
author = 'Nelson Forte'

release = '0.13.4'
release = '0.13.5'
version = release

# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pupyl/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
can index your own (millions of) images and find similar
images in milliseconds.
"""
__version__ = 'v0.13.4'
__version__ = 'v0.13.5'


import os
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="pupyl",
version="0.13.4",
version="0.13.5",
author="Nelson Forte",
author_email="[email protected]",
description="🧿 Pupyl is a really fast image search "
Expand Down

0 comments on commit 54ef484

Please sign in to comment.