Skip to content

Commit

Permalink
Ticked version number (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
acpaquette authored Nov 3, 2022
1 parent c5bb8cf commit 04b333b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '0.8.6.{build}'
version: '0.8.8.{build}'

image: Visual Studio 2019

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Specify the required version of CMake.
# cmake 3.15 required for findPython virtualenv configuration
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(GNUInstallDirs)
Expand Down
6 changes: 3 additions & 3 deletions code.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "ale",
"organization": "U.S. Geological Survey",
"description": "GitLab repository for the Abstraction Layer for Ephemerides package",
"version": "0.8.7",
"version": "0.8.8",
"status": "Production",

"permissions": {
Expand All @@ -16,8 +16,8 @@
]
},

"homepageURL": "https://code.usgs.gov/astrogeology/ale/-/releases/0.8.7",
"downloadURL": "https://code.usgs.gov/astrogeology/ale/-/archive/0.8.7/ale-0.8.7.zip",
"homepageURL": "https://code.usgs.gov/astrogeology/ale/-/releases/0.8.8",
"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",
"repositoryURL": "https://code.usgs.gov/astrogeology/ale",
"vcs": "git",
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.8.6" %}
{% set version = "0.8.8" %}
{% set git_branch = "master" %}
{% set build_number = "0" %}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "Ale"
VERSION = "0.8.6"
VERSION = "0.8.8"

# To install the library, run the following
#
Expand Down

0 comments on commit 04b333b

Please sign in to comment.