diff --git a/README.md b/README.md
index c144d4f..c3ae7af 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,11 @@
# ORMar
-
+
+
+
+
+
+
diff --git a/docs/index.md b/docs/index.md
index cf66bba..bf035bf 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,16 +1,22 @@
# ORMar
-
-
+
+
-
-
+
+
-
-
+
+
-
+
+
+
+
+
+
+
diff --git a/ormar/__init__.py b/ormar/__init__.py
index 3d7e820..098adf2 100644
--- a/ormar/__init__.py
+++ b/ormar/__init__.py
@@ -15,7 +15,7 @@ from ormar.fields import (
)
from ormar.models import Model
-__version__ = "0.1.1"
+__version__ = "0.1.3"
__all__ = [
"Integer",
"BigInteger",
diff --git a/setup.py b/setup.py
index 4b88c2d..0f768da 100644
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ setup(
long_description=get_long_description(),
long_description_content_type="text/markdown",
keywords=['ORM', 'sqlalchemy', 'fastapi', 'pydantic', 'databases'],
- author="Radosław Drążkiewicz",
+ author="collerek",
author_email="collerek@gmail.com",
packages=get_packages(PACKAGE),
package_data={PACKAGE: ["py.typed"]},