Skip to content

Commit 00dfc7f

Browse files
committed
update version (#1412)
(cherry picked from commit 566a9c1)
1 parent 9aff91c commit 00dfc7f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

conda_meta/basic/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "1.14.1" %}
1+
{% set version = "1.14.2" %}
22
{% set buildnumber = 0 %}
33
package:
44
name: neural-compressor

conda_meta/full/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "1.14.1" %}
1+
{% set version = "1.14.2" %}
22
{% set buildnumber = 0 %}
33
package:
44
name: neural-compressor-full
@@ -38,8 +38,8 @@ requirements:
3838
- sigopt
3939
- prettytable
4040
- cryptography
41-
- sqlalchemy ==1.4.27
42-
- alembic ==1.7.7
41+
- sqlalchemy==1.4.27
42+
- alembic==1.7.7
4343
- cython
4444
- pywin32 # [win]
4545
test:

neural_compressor/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717

18-
__version__ = "1.14.1"
18+
__version__ = "1.14.2"

0 commit comments

Comments
 (0)