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