We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0300ee7 commit e4f620aCopy full SHA for e4f620a
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.0.2 (2021-11-18)
6
+### Fix
7
+* Changed some pypi publish preference ([`0300ee7`](https://github.com/ShervinAbd92/fcdproc/commit/0300ee781c96921244a288b44140b662ace0af81))
8
+
9
10
## v0.0.1 (2021-11-18)
11
setup.py
@@ -41,7 +41,7 @@
41
except ImportError:
42
pass
43
44
-__version__='0.0.1'
+__version__='0.0.2'
45
setup(
46
name="fcdproc",
47
version= __version__,
0 commit comments