Skip to content

Commit 6c6fb3b

Browse files
bump version to re-trigger travis build
1 parent 8247973 commit 6c6fb3b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2.4.0 - 2.4.1 (2019-07-04)
3+
## 2.4.0 - 2.4.2 (2019-07-04)
44

55
- Add travis integration and PyPi upload
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Mara Data Integration
22

33
[![Build Status](https://travis-ci.org/mara/data-integration.svg?branch=master)](https://travis-ci.org/mara/data-integration)
4-
![PyPI - License](https://img.shields.io/pypi/l/data-integration.svg)
4+
[![PyPI - License](https://img.shields.io/pypi/l/data-integration.svg)](https://github.com/mara/data-integration/blob/master/LICENSE)
55
[![PyPI version](https://badge.fury.io/py/data-integration.svg)](https://badge.fury.io/py/data-integration)
66
[![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://communityinviter.com/apps/mara-users/public-invite)
77

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def get_long_description():
77

88
setup(
99
name='data-integration',
10-
version='2.4.1',
10+
version='2.4.2',
1111

1212
description='Opinionated lightweight ETL pipeline framework',
1313

0 commit comments

Comments
 (0)