Skip to content

Commit

Permalink
Bump version to 0.4.3rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmourafiq committed Apr 2, 2019
1 parent 615e6b2 commit e37f50d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/polyaxon/polyaxon.svg?branch=master)](https://travis-ci.org/polyaxon/polyaxon)
[![Docs](https://img.shields.io/badge/docs-0.4.2-brightgreen.svg?style=flat)](https://docs.polyaxon.com)
![Release](https://img.shields.io/badge/release-0.4.2-brightgreen.svg?longCache=true)
[![Release](https://img.shields.io/badge/release-0.4.2-brightgreen.svg?longCache=true)](https://github.com/polyaxon/polyaxon/releases/tag/0.4.2)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/90c05b6b112548c1a88b950beceacb69)](https://www.codacy.com/app/polyaxon/polyaxon?utm_source=github.com&utm_medium=referral&utm_content=polyaxon/polyaxon&utm_campaign=Badge_Grade)
[![Slack](https://img.shields.io/badge/chat-on%20slack-aadada.svg?logo=slack&longCache=true)](https://join.slack.com/t/polyaxon/shared_invite/enQtMzQ0ODc2MDg1ODc0LWY2ZTdkMTNmZjBlZmRmNjQxYmYwMTBiMDZiMWJhODI2ZTk0MDU4Mjg5YzA5M2NhYzc5ZjhiMjczMDllYmQ2MDg)

Expand Down
2 changes: 1 addition & 1 deletion client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polyaxon-ui",
"version": "0.4.2",
"version": "0.4.3rc0",
"description": "Polyaxon ui",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion polyaxon/dockerizer/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def run_tests(self):


setup(name='polyaxon-dockerizer',
version='0.4.2',
version='0.4.3rc0',
description='Polyaxon dockerizer.',
maintainer='Mourad Mourafiq',
maintainer_email='mourad@polyaxon.com',
Expand Down
2 changes: 1 addition & 1 deletion polyaxon/init/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def run_tests(self):


setup(name='polyaxon-init',
version='0.4.2',
version='0.4.3rc0',
description='Polyaxon init.',
maintainer='Mourad Mourafiq',
maintainer_email='mourad@polyaxon.com',
Expand Down
2 changes: 1 addition & 1 deletion polyaxon/sidecar/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def run_tests(self):


setup(name='polyaxon-sidecar',
version='0.4.2',
version='0.4.3rc0',
description='Polyaxon sidecar.',
maintainer='Mourad Mourafiq',
maintainer_email='mourad@polyaxon.com',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def run_tests(self):


setup(name='polyaxon',
version='0.4.2',
version='0.4.3rc0',
description='A platform for reproducible and scalable deep learning and machine learning.',
long_description=read_readme(),
maintainer='Mourad Mourafiq',
Expand Down

0 comments on commit e37f50d

Please sign in to comment.