Explorar el Código

Merge branch 'release-0.0.6'

Arkadiusz Ryś hace 3 años
padre
commit
6bc353455e
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      .gitlab-ci.yml
  2. 1 1
      ontopoint/__init__.py

+ 1 - 1
.gitlab-ci.yml

@@ -19,7 +19,7 @@ stages:
   - release
 
 before_script:
-  - apt-get update && apt-get install -y git python3-dev python3-pip
+  #- apt-get update && apt-get install -y git python3-dev python3-pip
   - python -V
   - echo "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi"
   - docker info

+ 1 - 1
ontopoint/__init__.py

@@ -1,3 +1,3 @@
 """."""
-__version__ = "0.0.5"
+__version__ = "0.0.6"
 __version_info__ = tuple((int(num) if num.isdigit() else num for num in __version__.replace("-", ".", 1).split(".")))