Skip to content

Commit

Permalink
Set version to 0.3.0.
Browse files Browse the repository at this point in the history
Prepare for release.
  • Loading branch information
koenedaele committed May 14, 2014
1 parent 4a98b7f commit 08c0dcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.0b1'
release = '0.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='skosprovider',
version='0.3.0b1',
version='0.3.0',
description='Abstraction layer for SKOS vocabularies.',
long_description=open('README.rst').read() + '\n\n' +
open('HISTORY.rst').read(),
Expand All @@ -33,7 +33,7 @@
license='MIT',
zip_safe=False,
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Natural Language :: English',
'License :: OSI Approved :: MIT License',
Expand All @@ -42,6 +42,7 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
],
test_suite='nose.collector'
)

0 comments on commit 08c0dcc

Please sign in to comment.