Muyi 0.0.2__tar.gz → 0.0.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Muyi
3
- Version: 0.0.2
3
+ Version: 0.0.4
4
4
  Summary: Some useful utils.
5
5
  Home-page: https://github.com/Muyiiiii/muyi
6
6
  Author: muyiiiii
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Muyi
3
- Version: 0.0.2
3
+ Version: 0.0.4
4
4
  Summary: Some useful utils.
5
5
  Home-page: https://github.com/Muyiiiii/muyi
6
6
  Author: muyiiiii
@@ -2,6 +2,7 @@ import os
2
2
  import matplotlib.pyplot as plt
3
3
  import pandas as pd
4
4
  from tqdm import tqdm
5
+ import sys
5
6
 
6
7
  def color_print(content):
7
8
  print(f'\033[1;46m{content}\033[0m\n')
@@ -3,7 +3,7 @@ with open("README.md", "r") as fh:
3
3
  long_description = fh.read()
4
4
  setuptools.setup(
5
5
  name="Muyi", # 模块名称
6
- version="0.0.2", # 当前版本
6
+ version="0.0.4", # 当前版本
7
7
  author="muyiiiii", # 作者
8
8
  author_email="", # 作者邮箱
9
9
  description="Some useful utils.", # 模块简介
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes