We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a560a commit f44186bCopy full SHA for f44186b
conda_press/__init__.py
@@ -2,4 +2,4 @@
2
setup()
3
del setup
4
5
-__version__ = "0.0.1"
+__version__ = "0.0.2"
setup.py
@@ -20,7 +20,7 @@ def main():
20
long_description=readme,
21
long_description_content_type='text/markdown',
22
license='BSD',
23
- version='0.0.1',
+ version='0.0.2',
24
author='Anthony Scopatz',
25
maintainer='Anthony Scopatz',
26
author_email='scopatz@gmail.com',
0 commit comments