Skip to content

Commit

Permalink
Fix repo address and version v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Fede Calendino committed Apr 29, 2020
1 parent 1614a14 commit ba8b652
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python: 3.8

addons:
sonarcloud:
organization: "federicocalendino"
organization: "fedecalendino"

# Install the codecov pip dependency
install:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## pysub-parser

[![Version](https://img.shields.io/pypi/v/pysub-parser?logo=pypi)](https://pypi.org/project/pysub-parser)
[![Build Status](https://img.shields.io/travis/federicocalendino/pysub-parser/master?logo=travis)](https://travis-ci.com/federicocalendino/pysub-parser)
[![Quality Gate Status](https://img.shields.io/sonar/alert_status/federicocalendino_pysub-parser?logo=sonarcloud&server=https://sonarcloud.io)](https://sonarcloud.io/dashboard?id=federicocalendino_pysub-parser)
[![CodeCoverage](https://img.shields.io/codecov/c/gh/federicocalendino/pysub-parser?logo=codecov)](https://codecov.io/gh/federicocalendino/pysub-parser)
[![Build Status](https://img.shields.io/travis/fedecalendino/pysub-parser/master?logo=travis)](https://travis-ci.com/fedecalendino/pysub-parser)
[![Quality Gate Status](https://img.shields.io/sonar/alert_status/fedecalendino_pysub-parser?logo=sonarcloud&server=https://sonarcloud.io)](https://sonarcloud.io/dashboard?id=fedecalendino_pysub-parser)
[![CodeCoverage](https://img.shields.io/codecov/c/gh/fedecalendino/pysub-parser?logo=codecov)](https://codecov.io/gh/fedecalendino/pysub-parser)


Utility to extract the contents of a subtitle file.
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

setup(
name="pysub-parser",
version="1.3",
url="https://github.com/federicocalendino/pysub-parser",
version="1.4",
url="https://github.com/fedecalendino/pysub-parser",
license="MIT",
description="Utility to extract the contents of a subtitle file",
long_description=long_description,
long_description_content_type="text/markdown",
author="Federico Calendino",
author_email="federicocalendino@gmail.com",
author_email="federico@calendino.com",
packages=[
"pysubparser",
"pysubparser.classes",
Expand Down
6 changes: 3 additions & 3 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sonar.organization=federicocalendino
sonar.organization=fedecalendino

sonar.projectName=pysub-parser
sonar.projectKey=federicocalendino_pysub-parser
sonar.projectVersion=1.3
sonar.projectKey=fedecalendino_pysub-parser
sonar.projectVersion=1.4

sonar.language=py

Expand Down

0 comments on commit ba8b652

Please sign in to comment.