Skip to content

Commit 000e855

Browse files
committed
Update version to 1.0.0
1 parent 2d0de2e commit 000e855

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Changelog
2+
3+
## 1.0.0 - 2020-06-28
4+
* Initial release

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup( \
44
name='blendplot',
5-
version='0.1.0',
5+
version='1.0.0',
66
description='A program for plotting 3D scatter plots for use in Blender',
77
long_description=open('README.md').read(),
88
long_description_content_type='text/markdown',
@@ -26,7 +26,6 @@
2626
'Programming Language :: Python',
2727
'Programming Language :: Python :: 3',
2828
'Operating System :: OS Independent',
29-
'Development Status :: 2 - Pre-Alpha',
3029
'License :: OSI Approved :: MIT License'
3130
],
3231
entry_points = {

0 commit comments

Comments
 (0)