diff --git a/LICENSE b/LICENSE index 44b50a5..81d79f6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Fernando Celmer +Copyright (c) 2024 Fernando Celmer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/email_profile/__init__.py b/email_profile/__init__.py index c4882aa..f6a64f0 100644 --- a/email_profile/__init__.py +++ b/email_profile/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.0-dev.2" +__version__ = "0.3.0" __author__ = 'Fernando Celmer ' __copyright__ = """MIT License diff --git a/pyproject.toml b/pyproject.toml index 48da15b..8050194 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "email-profile" -version = "0.3.0-dev.2" +version = "0.3.0" authors = [ { name="Fernando Celmer", email="email@fernandocelmer.com" }, ]