diff --git a/README.md b/README.md
index 124dd624..d16c0d32 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
Installation:
```
-pip install hiphp==0.1.6
+pip install hiphp==0.1.7
```
Usage:
@@ -43,7 +43,7 @@ p1.upload("","./Changelog:
```
+## 0.1.7
+ - fix bugs.
+
## 0.1.6
- fix bugs.
- add upload to upload any file.
diff --git a/changelog.txt b/changelog.txt
index 6ece6f70..b14cac91 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,6 @@
+## 0.1.7
+ - fix bugs.
+
## 0.1.6
- fix bugs.
- add upload to upload any file.
diff --git a/examples.py b/examples.py
index 98b7c85e..72780663 100644
--- a/examples.py
+++ b/examples.py
@@ -2,7 +2,7 @@
#s
from hiphp import hiphp
-hiphp("123","https://localhost/index.php")
+p1=hiphp("123","http://localhost/index.php")
# Example:1
# GET ID:
diff --git a/hiphp/__init__.py b/hiphp/__init__.py
index c59ba8a9..5063cb8c 100644
--- a/hiphp/__init__.py
+++ b/hiphp/__init__.py
@@ -21,7 +21,7 @@
#s
from hiphp import hiphp
-hiphp("123","https://localhost/index.php")
+p1=hiphp("123","http://localhost/index.php")
# Example:1
# GET ID:
@@ -100,7 +100,7 @@
"""
# VALUES :
#s
-__version__="0.1.6"
+__version__="0.1.7"
__name__="hiphp"
__author__="Yasser BDJ (Ro0t96)"
__author_email__="by.root96@gmail.com"
@@ -127,7 +127,8 @@
limitations under the License.'''
__copyright__='Copyright 2008 -> Present, '+__author__
-__changelog__=("## 0.1.6\n - fix bugs.\n - add upload to upload any file.\n - Simplify the use of the program.\n\n")
+__changelog__=("## 0.1.7\n - fix bugs.\n\n")
+__changelog__=__changelog__+("## 0.1.6\n - fix bugs.\n - add upload to upload any file.\n - Simplify the use of the program.\n\n")
__changelog__=__changelog__+("## 0.1.5\n - fix bugs.\n\n")
__changelog__=__changelog__+("## 0.1.4\n - fix bugs.\n - new build. \n\n")
__changelog__=__changelog__+("## 0.1.1\n- Import pakages by pipincluder.\n- Fix bugs.\n\n")
diff --git a/setup.py b/setup.py
index cbe86404..57936beb 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
from setuptools import setup,find_packages
setup(
name="hiphp",
- version="0.1.6",
+ version="0.1.7",
author="Yasser BDJ (Ro0t96)",
author_email="by.root96@gmail.com",
description='''A package for controlling a php-based website.''',
diff --git a/version.txt b/version.txt
index a1922332..a1e1395a 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-0.1.6
\ No newline at end of file
+0.1.7
\ No newline at end of file