Skip to content
Snippets Groups Projects
Unverified Commit 04b333b1 authored by acpaquette's avatar acpaquette Committed by GitHub
Browse files

Ticked version number (#507)

parent c5bb8cf9
No related branches found
No related tags found
No related merge requests found
version: '0.8.6.{build}' version: '0.8.8.{build}'
image: Visual Studio 2019 image: Visual Studio 2019
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# Specify the required version of CMake. # Specify the required version of CMake.
# cmake 3.15 required for findPython virtualenv configuration # cmake 3.15 required for findPython virtualenv configuration
cmake_minimum_required(VERSION 3.15) cmake_minimum_required(VERSION 3.15)
project(ale VERSION 0.8.6 DESCRIPTION "Abstraction Library for Ephemerides ") project(ale VERSION 0.8.8 DESCRIPTION "Abstraction Library for Ephemerides ")
# include what we need # include what we need
include(GNUInstallDirs) include(GNUInstallDirs)
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"name": "ale", "name": "ale",
"organization": "U.S. Geological Survey", "organization": "U.S. Geological Survey",
"description": "GitLab repository for the Abstraction Layer for Ephemerides package", "description": "GitLab repository for the Abstraction Layer for Ephemerides package",
"version": "0.8.7", "version": "0.8.8",
"status": "Production", "status": "Production",
"permissions": { "permissions": {
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
] ]
}, },
"homepageURL": "https://code.usgs.gov/astrogeology/ale/-/releases/0.8.7", "homepageURL": "https://code.usgs.gov/astrogeology/ale/-/releases/0.8.8",
"downloadURL": "https://code.usgs.gov/astrogeology/ale/-/archive/0.8.7/ale-0.8.7.zip", "downloadURL": "https://code.usgs.gov/astrogeology/ale/-/archive/0.8.8/ale-0.8.8.zip",
"disclaimerURL": "https://code.usgs.gov/astrogeology/ale/-/blob/master/DISCLAIMER.md", "disclaimerURL": "https://code.usgs.gov/astrogeology/ale/-/blob/master/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/astrogeology/ale", "repositoryURL": "https://code.usgs.gov/astrogeology/ale",
"vcs": "git", "vcs": "git",
......
{% set version = "0.8.6" %} {% set version = "0.8.8" %}
{% set git_branch = "master" %} {% set git_branch = "master" %}
{% set build_number = "0" %} {% set build_number = "0" %}
......
...@@ -4,7 +4,7 @@ import sys ...@@ -4,7 +4,7 @@ import sys
from setuptools import setup, find_packages from setuptools import setup, find_packages
NAME = "Ale" NAME = "Ale"
VERSION = "0.8.6" VERSION = "0.8.8"
# To install the library, run the following # To install the library, run the following
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment