Skip to content

Commit

Permalink
bump master version into v2.4 (#1289)
Browse files Browse the repository at this point in the history
Signed-off-by: chensuyue <[email protected]>
  • Loading branch information
chensuyue authored Sep 27, 2023
1 parent 708ac13 commit 05d9060
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = "2.3" %}
{% set version = "2.4" %}
{% set buildnumber = 0 %}
package:
name: neural-compressor
Expand Down
2 changes: 1 addition & 1 deletion conda_meta/neural_insights/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2.3" %}
{% set version = "2.4" %}
{% set buildnumber = 0 %}
package:
name: neural-insights
Expand Down
2 changes: 1 addition & 1 deletion conda_meta/neural_solution/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2.3" %}
{% set version = "2.4" %}
{% set buildnumber = 0 %}
package:
name: neural-solution
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.
"""Intel® Neural Compressor: An open-source Python library supporting popular model compression techniques."""
__version__ = "2.3"
__version__ = "2.4"

0 comments on commit 05d9060

Please sign in to comment.