Skip to content

Commit 7c98a60

Browse files
committed
Version 0.5.0
1 parent 116f41f commit 7c98a60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda/raffiot/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "raffiot" %}
2-
{% set version = "0.4.0" %}
2+
{% set version = "0.5.0" %}
33

44
package:
55
name: "{{ name|lower }}"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
version = "0.4.0"
3+
version = "0.5.0"
44

55
with open("README.md", "r", encoding="utf-8") as fh:
66
long_description = fh.read()

0 commit comments

Comments
 (0)