We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d6adee commit 546ab0bCopy full SHA for 546ab0b
4 files changed
ci/conda_recipe/psyplot-gui/logo.png
-83 KB
ci/conda_recipe/psyplot-gui/psyplot.ico
0 Bytes
psyplot_gui/version.py
@@ -1,3 +1,3 @@
1
# version of psyplot-gui
2
3
-__version__ = "1.0.0"
+__version__ = "1.0.0.post1"
setup.py
@@ -34,7 +34,7 @@ def run_tests(self):
34
description='Graphical user interface for the psyplot package',
35
long_description=readme(),
36
classifiers=[
37
- 'Development Status :: 2 - Pre-Alpha',
+ 'Development Status :: 5 - Production/Stable',
38
'Intended Audience :: Developers',
39
'Topic :: Scientific/Engineering :: Visualization',
40
'Topic :: Scientific/Engineering :: GIS',
0 commit comments