Skip to content

Commit 0839847

Browse files
authored
bump version into v1.14.1 (#1329)
1 parent 58ef47c commit 0839847

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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+
{% set version = "1.14.1" %}
22
{% set buildnumber = 0 %}
33
package:
44
name: neural-compressor

conda_meta/full/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+
{% set version = "1.14.1" %}
22
{% set buildnumber = 0 %}
33
package:
44
name: neural-compressor-full

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"
18+
__version__ = "1.14.1"

0 commit comments

Comments
 (0)