diff --git a/setup.py b/setup.py index 70bf73dfcf7201da124ce471a394bc94c6cb510f..60031d977d717e7011bc85fa152662938eb2d05f 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 d2aad7d5cddb0af84d8193d568463ef52345b1f6..3a5c498cbfc09cbb5006c59e618036e4613523b9 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):