From 2f3082d4e478ec883c973778ead07f33d1281bd7 Mon Sep 17 00:00:00 2001 From: davebshow <davebshow@gmail.com> Date: Mon, 1 Aug 2016 16:00:00 -0400 Subject: [PATCH] alpha bump --- setup.py | 2 +- tests/test_properties.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 70bf73d..60031d9 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name="goblin", - version="1.0.0a1", + version="1.0.0a2", url="", license="AGPL", author="davebshow", diff --git a/tests/test_properties.py b/tests/test_properties.py index d2aad7d..3a5c498 100644 --- a/tests/test_properties.py +++ b/tests/test_properties.py @@ -57,7 +57,7 @@ def test_setattr_validation(person): def test_set_id_throws(person): with pytest.raises(exception.ElementError): person.id = 1 - + def test_id_class_attr_throws(person_class): with pytest.raises(exception.ElementError): -- GitLab