BinyangQiu commited on
Commit
7bc81d5
·
1 Parent(s): 1760f13

Release 0.1.1

Browse files
Files changed (3) hide show
  1. README-CN.md +1 -1
  2. README.md +1 -1
  3. fastcdm/__init__.py +1 -1
README-CN.md CHANGED
@@ -6,7 +6,7 @@
6
 
7
  <p>
8
  <a href="https://pypi.org/project/fastcdm/">
9
- <img src="https://img.shields.io/badge/pypi-v0.1.0-blue"
10
  alt="PyPI package version">
11
  </a>
12
  <a href="https://www.python.org">
 
6
 
7
  <p>
8
  <a href="https://pypi.org/project/fastcdm/">
9
+ <img src="https://img.shields.io/badge/pypi-v0.1.1-blue"
10
  alt="PyPI package version">
11
  </a>
12
  <a href="https://www.python.org">
README.md CHANGED
@@ -6,7 +6,7 @@
6
 
7
  <p>
8
  <a href="https://pypi.org/project/fastcdm/">
9
- <img src="https://img.shields.io/badge/pypi-v0.1.0-blue"
10
  alt="PyPI package version">
11
  </a>
12
  <a href="https://www.python.org">
 
6
 
7
  <p>
8
  <a href="https://pypi.org/project/fastcdm/">
9
+ <img src="https://img.shields.io/badge/pypi-v0.1.1-blue"
10
  alt="PyPI package version">
11
  </a>
12
  <a href="https://www.python.org">
fastcdm/__init__.py CHANGED
@@ -2,4 +2,4 @@ from .core import FastCDM
2
  from .clean import clean
3
 
4
  __all__ = ["FastCDM", "clean"]
5
- __version__ = "0.1.0"
 
2
  from .clean import clean
3
 
4
  __all__ = ["FastCDM", "clean"]
5
+ __version__ = "0.1.1"