Skip to content

Commit

Permalink
test version
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangxinglei committed Jun 3, 2024
1 parent bb65616 commit e320210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:

- name: Create setup dist
run: |
ldd --version
./manager create_dist
shell: micromamba-shell {0}

Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import os
from setuptools import setup, find_packages
import tensorflow as tf
import tensornet as tn

version = tn.__version__
version = "0.13.0.dev0"

setup(
name='qihoo-tensornet',
Expand Down

0 comments on commit e320210

Please sign in to comment.