Skip to content

Commit 546ab0b

Browse files
committed
Use correct logo and classifiers
1 parent 2d6adee commit 546ab0b

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

-83 KB
Loading
0 Bytes
Binary file not shown.

psyplot_gui/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# version of psyplot-gui
22

3-
__version__ = "1.0.0"
3+
__version__ = "1.0.0.post1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def run_tests(self):
3434
description='Graphical user interface for the psyplot package',
3535
long_description=readme(),
3636
classifiers=[
37-
'Development Status :: 2 - Pre-Alpha',
37+
'Development Status :: 5 - Production/Stable',
3838
'Intended Audience :: Developers',
3939
'Topic :: Scientific/Engineering :: Visualization',
4040
'Topic :: Scientific/Engineering :: GIS',

0 commit comments

Comments
 (0)