diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa967a..a136f50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,8 @@ +0.1.1 - 2021/07/18 +* No changes, set version as Alpha + +0.1.0 - 2021/07/18 +* Implemented base functionality + 0.0.1 - 2021/06/23 * Initial version \ No newline at end of file diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..424aed9 Binary files /dev/null and b/logo.png differ diff --git a/pyproject.toml b/pyproject.toml index cfb67bf..d33d085 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "py-automapper" -version = "0.0.1" +version = "0.1.1" description = "Library for automatically mapping one object to another" authors = ["Andrii Nikolaienko "] license = "MIT" @@ -14,7 +14,7 @@ packages = [ include = ["CHANGELOG.md", "LICENSE", "README.md"] classifiers = [ "License :: OSI Approved :: MIT License", - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6",