Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonje committed May 27, 2016
1 parent b878be0 commit e09a5fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@

setup(
name='django-calaccess-raw-data',
version='0.2.2',
version='1.0.0',
packages=(
'calaccess_raw',
'calaccess_raw.admin',
'calaccess_raw.management',
'calaccess_raw.management.commands',
'calaccess_raw.models',
'calaccess_raw.annotations',
),
include_package_data=True,
license='MIT',
Expand Down

0 comments on commit e09a5fe

Please sign in to comment.