Skip to content

Commit 851d181

Browse files
committed
Tagging v0.8.1
1 parent a360958 commit 851d181

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "pyMaBoSS" %}
2-
{% set version = "0.8.0" %}
2+
{% set version = "0.8.1" %}
33
package:
44
name: '{{ name|lower }}'
55
version: '{{ version }}'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
optional_contextlib.append("contextlib2")
88

99
setup(name='maboss',
10-
version="0.8.0",
10+
version="0.8.1",
1111
packages=find_packages(exclude=["test"]),
1212
py_modules = ["maboss_setup"],
1313
author="Nicolas Levy",

0 commit comments

Comments
 (0)