Skip to content

Commit 3995416

Browse files
committed
version bump
1 parent 816fc92 commit 3995416

4 files changed

Lines changed: 3 additions & 10 deletions

File tree

conda/conda_upload.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "1.3.3" %}
1+
{% set version = "1.3.4" %}
22

33
package:
44
name: face_alignment

face_alignment/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
__author__ = """Adrian Bulat"""
44
__email__ = 'adrian@adrianbulat.com'
5-
__version__ = '1.3.3'
5+
__version__ = '1.3.4'
66

77
from .api import FaceAlignment, LandmarksType, NetworkSize

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.3
2+
current_version = 1.3.4
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)