Skip to content

Commit ac08a00

Browse files
author
Timothy Crosley
committed
Bump version to 0.1.4
1 parent 3cba5d8 commit ac08a00

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616

1717
export PROJECT_NAME=$OPEN_PROJECT_NAME
1818
export PROJECT_DIR="$PWD"
19-
export PROJECT_VERSION="0.1.3"
19+
export PROJECT_VERSION="0.1.4"
2020

2121
if [ ! -d "venv" ]; then
2222
if ! hash pyvenv 2>/dev/null; then

domaintools/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
OTHER DEALINGS IN THE SOFTWARE.
2020
2121
"""
22-
current = "0.1.3"
22+
current = "0.1.4"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def run_tests(self):
7070
readme = ''
7171

7272
setup(name='domaintools_api',
73-
version='0.1.3',
73+
version='0.1.4',
7474
description="DomainTools' Official Python API",
7575
long_description=readme,
7676
author='DomainTools',

0 commit comments

Comments
 (0)