Skip to content

Commit

Permalink
Update version number and development status (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-saeon committed Mar 15, 2019
1 parent ceaae22 commit 3d3a6a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

version = '0.4'
version = '0.5'

setup(
name='ckanext-jsonpatch',
Expand All @@ -13,7 +13,7 @@
author_email='mark@saeon.ac.za',
license='MIT',
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7',
],
Expand Down

0 comments on commit 3d3a6a0

Please sign in to comment.