diff --git a/.github/imgs/firefly_logo.png b/.github/imgs/firefly_logo.png
new file mode 100644
index 0000000..9a16dcd
Binary files /dev/null and b/.github/imgs/firefly_logo.png differ
diff --git a/README.md b/README.md
index 83f0c30..48d016f 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,9 @@
+
+
+
+
+---
+
# Firefly Algorithm --- Implementation of Firefly algorithm in Python
---
@@ -12,6 +18,10 @@
[](http://isitmaintained.com/project/firefly-cpp/FireflyAlgorithm "Percentage of issues still open")

+## About
+
+This package implements a nature-inspired algorithm for optimization called Firefly Algorithm (FA) in Python programming language.
+
## Installation:
```sh
@@ -44,6 +54,10 @@ Jozef Stefan Institute, Ljubljana, Slovenia, 2012
I. Fister, I. Fister Jr., X.-S. Yang, J. Brest. [A comprehensive review of firefly algorithms](http://www.iztok-jr-fister.eu/static/publications/23.pdf). Swarm and Evolutionary Computation 13 (2013): 34-46.
+## License
+
+This package is distributed under the MIT License. This license can be found online at .
+
## Disclaimer
This framework is provided as-is, and there are no guarantees that it fits your purposes or that it is bug-free. Use it at your own risk!
diff --git a/fireflyalgorithm/__init__.py b/fireflyalgorithm/__init__.py
index fabf74c..48f3ef7 100644
--- a/fireflyalgorithm/__init__.py
+++ b/fireflyalgorithm/__init__.py
@@ -2,4 +2,4 @@
__all__ = ['FireflyAlgorithm']
-__version__ = '0.3.3'
+__version__ = '0.3.4'
diff --git a/pyproject.toml b/pyproject.toml
index b0a8e1a..cbf1ab2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fireflyalgorithm"
-version = "0.3.3"
+version = "0.3.4"
description = "Implementation of Firefly Algorithm in Python"
authors = ["Iztok Fister Jr. ", "Luka Pečnik ", "Žiga Stupan "]
license = "MIT"