Skip to content

Commit

Permalink
Bump version (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
hekaisheng committed Dec 13, 2021
1 parent 099e63d commit 277e50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odps/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version_info = (0, 10, 7)
version_info = (0, 10, 7, 1)
_num_index = max(idx if isinstance(v, int) else 0
for idx, v in enumerate(version_info))
__version__ = '.'.join(map(str, version_info[:_num_index + 1])) + \
Expand Down

0 comments on commit 277e50f

Please sign in to comment.