Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Update to v1.1.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
chesucr committed Jul 18, 2019
1 parent fd4db2a commit 63285f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ocean_data_qc_js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "AtlantOS Ocean Data Quality Control",
"homepage": "https://www.atlantos-h2020.eu/",
"main": "main.js",
"version": "1.1.0",
"version": "1.1.1",
"scripts": {
"start": "electron .",
"start_offline": "electron . --offline",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_file_paths(main_path=None, filters=()):

setup(
name='ocean_data_qc',
version='1.1.0', # TODO: extract the version from package.json
version='1.1.1', # TODO: extract the version from package.json
description='WHP file managing',
long_description=open("README.md").read(), # TODO: check if this is readable in this is publish in a future channel repository or
long_description_content_type="text/markdown", # Python Package Index https://pypi.org/
Expand Down

0 comments on commit 63285f0

Please sign in to comment.