Skip to content
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.

Commit

Permalink
Bump to 0.2 due to API changes and features
Browse files Browse the repository at this point in the history
  • Loading branch information
bruth committed Aug 3, 2012
1 parent fda2d59 commit 34ef3eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion restlib2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__version_info__ = {
'major': 0,
'minor': 1,
'minor': 2,
'micro': 0,
'releaselevel': 'alpha',
'serial': 1
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,18 @@ def fullsplit(path, result=None):

setup(
version = version,
name = 'django-restlib2',
name = 'restlib2',
author = 'Byron Ruth',
author_email = 'b@devel.io',
description = 'Django REST API',
license = 'BSD',
keywords = 'REST Django HTTP HATEOAS',
url = 'https://github.com/bruth/django-restlib2',
url = 'https://github.com/bruth/restlib2',

packages = packages,
cmdclass = cmdclasses,

install_requires = ['django>=1.3'],
install_requires = ['django>=1.4'],

data_files = data_files,
classifiers = [
Expand Down

0 comments on commit 34ef3eb

Please sign in to comment.