Skip to content

Commit

Permalink
update version (#1412)
Browse files Browse the repository at this point in the history
(cherry picked from commit 566a9c1)
  • Loading branch information
chensuyue committed Oct 31, 2022
1 parent 9aff91c commit 00dfc7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conda_meta/basic/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.14.1" %}
{% set version = "1.14.2" %}
{% set buildnumber = 0 %}
package:
name: neural-compressor
Expand Down
6 changes: 3 additions & 3 deletions conda_meta/full/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.14.1" %}
{% set version = "1.14.2" %}
{% set buildnumber = 0 %}
package:
name: neural-compressor-full
Expand Down Expand Up @@ -38,8 +38,8 @@ requirements:
- sigopt
- prettytable
- cryptography
- sqlalchemy ==1.4.27
- alembic ==1.7.7
- sqlalchemy==1.4.27
- alembic==1.7.7
- cython
- pywin32 # [win]
test:
Expand Down
2 changes: 1 addition & 1 deletion neural_compressor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.14.1"
__version__ = "1.14.2"

0 comments on commit 00dfc7f

Please sign in to comment.