Skip to content

Commit 7f20d1f

Browse files
committed
version bump to v0.1.0
1 parent 37b2717 commit 7f20d1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: django_object_actions/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
""" A Django app for adding object tools to models """
2-
__version__ = "0.1.0-dev"
2+
__version__ = "0.1.0"
33

44

55
from .utils import DjangoObjectActions

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='django-object-actions',
6-
version='0.1.0-dev',
6+
version='0.1.0',
77
author="The Texas Tribune",
88
author_email="cchang@texastribune.org",
99
maintainer="Chris Chang",

0 commit comments

Comments
 (0)