Skip to content

Commit

Permalink
[skip ci] Version 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdekoning committed Aug 31, 2020
1 parent c387ad2 commit 6bfc2f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ matrix:
include:
- python: "3.7"
os: linux
env: PYENV=3.7 VERSION=2.6.0.dev PKG_NAME=activity-browser-dev
env: PYENV=3.7 VERSION=2.6.1.dev PKG_NAME=activity-browser-dev
- python: "3.8"
os: linux
env: PYENV=3.8 VERSION=2.6.0.dev PKG_NAME=activity-browser-dev
env: PYENV=3.8 VERSION=2.6.1.dev PKG_NAME=activity-browser-dev
- python: "3.7"
language: generic
os: osx
env: PYENV=3.7 VERSION=2.6.0.dev PKG_NAME=activity-browser-dev
env: PYENV=3.7 VERSION=2.6.1.dev PKG_NAME=activity-browser-dev
- python: "3.8"
language: generic
os: osx
env: PYENV=3.8 VERSION=2.6.0.dev PKG_NAME=activity-browser-dev
env: PYENV=3.8 VERSION=2.6.1.dev PKG_NAME=activity-browser-dev

install:
# As suggested by https://github.com/conda/conda/issues/9337#issuecomment-542466141
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Used https://github.com/conda-forge/staged-recipes/blob/master/recipes/example/meta.yaml as example
{% set version = "2.5.1" %}
{% set version = "2.6.0" %}

package:
name: activity-browser
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='activity-browser',
version="2.5.0",
version="2.6.0",
packages=packages,
include_package_data=True,
author="Bernhard Steubing",
Expand All @@ -44,6 +44,7 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Scientific/Engineering :: Information Analysis',
'Topic :: Scientific/Engineering :: Mathematics',
'Topic :: Scientific/Engineering :: Visualization',
Expand Down

0 comments on commit 6bfc2f3

Please sign in to comment.