Compare commits

..

No commits in common. "7325b3956bda25f1d67730ea2780250791c8fd1d" and "03158711696f5b4cd359d47372068690565a5e6f" have entirely different histories.

3 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,6 @@
import json
from urllib.parse import quote
from .api import HappyError
class AuthUser:
def __init__(self, _session, Id, Email, EmailVerification, Password, CreatedAt, LastLoggedIn, AllowCommercials):

View File

@ -1,6 +1,6 @@
[project]
name = "happydomain"
version = "0.0.7"
version = "0.0.6"
authors = [
{ name="happyDomain's team", email="contact+pypi@happydomain.org" },
]

View File

@ -8,7 +8,7 @@ try:
except ImportError:
from distutils.core import setup
version = "0.0.7"
version = "0.0.6"
setup(
name = "happydomain",