Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
1adrianb committed Jun 6, 2023
1 parent c355e56 commit c19affb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.3.6" %}
{% set version = "1.4.0" %}

package:
name: face_alignment
Expand Down
2 changes: 1 addition & 1 deletion face_alignment/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__author__ = """Adrian Bulat"""
__email__ = '[email protected]'
__version__ = '1.3.6'
__version__ = '1.4.0'

from .api import FaceAlignment, LandmarksType, NetworkSize
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.6
current_version = 1.4.0
commit = True
tag = True

Expand Down

0 comments on commit c19affb

Please sign in to comment.