Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BHM-Bob committed Jun 1, 2024
1 parent 6f6bfd7 commit efe4011
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions mbapy/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
Author: BHM-Bob 2262029386@qq.com
Date: 2022-11-01 22:16:49
LastEditors: BHM-Bob 2262029386@qq.com
LastEditTime: 2024-05-10 21:06:00
LastEditTime: 2024-06-01 20:01:39
Description:
'''

__title__ = "mbapy"
__description__ = "MyBA in Python"
__url__ = "https://github.com/BHM-Bob/BA_PY"
__version__ = "0.7.4"
__build__ = "20240510_0"
__version__ = "0.8.0"
__build__ = "20240601_0"
__author__ = "BHM-Bob G"
__author_email__ = "bhmfly@foxmail.com"
__license__ = "MIT"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Author: BHM-Bob 2262029386@qq.com
Date: 2022-11-01 18:30:01
LastEditors: BHM-Bob 2262029386@qq.com
LastEditTime: 2024-05-10 21:06:14
LastEditTime: 2024-06-01 20:01:47
Description:
'''
"""
Expand Down Expand Up @@ -108,4 +108,4 @@
# pip install .

# python setup.py sdist
# twine upload dist/mbapy-0.7.4.tar.gz
# twine upload dist/mbapy-0.8.0.tar.gz

0 comments on commit efe4011

Please sign in to comment.