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 2d0de2e commit 000e855Copy full SHA for 000e855
CHANGELOG.md
@@ -0,0 +1,4 @@
1
+# Changelog
2
+
3
+## 1.0.0 - 2020-06-28
4
+* Initial release
setup.py
@@ -2,7 +2,7 @@
setup( \
name='blendplot',
5
- version='0.1.0',
+ version='1.0.0',
6
description='A program for plotting 3D scatter plots for use in Blender',
7
long_description=open('README.md').read(),
8
long_description_content_type='text/markdown',
@@ -26,7 +26,6 @@
26
'Programming Language :: Python',
27
'Programming Language :: Python :: 3',
28
'Operating System :: OS Independent',
29
- 'Development Status :: 2 - Pre-Alpha',
30
'License :: OSI Approved :: MIT License'
31
],
32
entry_points = {
0 commit comments