Skip to content

Commit e968fd0

Browse files
committed
bump version into v1.13.1
1 parent 075634c commit e968fd0

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.13" %}
1+
{% set version = "1.13.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.13" %}
1+
{% set version = "1.13.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.13"
18+
__version__ = "1.13.1"

0 commit comments

Comments
 (0)