Skip to content

Commit c19affb

Browse files
committed
bump version
1 parent c355e56 commit c19affb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.6" %}
1+
{% set version = "1.4.0" %}
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.6'
5+
__version__ = '1.4.0'
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.6
2+
current_version = 1.4.0
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)