#!/usr/bin/env python 
# encoding: utf-8 
"""
@author: chenhao
@file: tmp.py
@time: 2022/8/8 18:30
"""
import click 
from agit.utils import get_next_version


def main(version, level):
    
    
    



