1 Star 0 Fork 7

Ssh_6/python-semver

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
setup.py 162 Bytes
一键复制 编辑 原始数据 按行查看 历史
wubijie 提交于 2023-04-04 19:03 . Update package to version 3.0.0
#!/usr/bin/env python
from setuptools import setup
if __name__ == "__main__":
setup(
name = "semver", # name
version = "3.0.0", # version
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/S--Sh/python-semver.git
git@gitee.com:S--Sh/python-semver.git
S--Sh
python-semver
python-semver
master

搜索帮助