Skip to content

Commit 4797bb3

Browse files
committed
Version 0.4.0
1 parent 68ce712 commit 4797bb3

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.3.0" %}
2+
{% set version = "0.4.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.3.0"
3+
version = "0.4.0"
44

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

0 commit comments

Comments
 (0)