We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116f41f commit 7c98a60Copy full SHA for 7c98a60
conda/raffiot/meta.yaml
@@ -1,5 +1,5 @@
1
{% set name = "raffiot" %}
2
-{% set version = "0.4.0" %}
+{% set version = "0.5.0" %}
3
4
package:
5
name: "{{ name|lower }}"
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup
-version = "0.4.0"
+version = "0.5.0"
with open("README.md", "r", encoding="utf-8") as fh:
6
long_description = fh.read()
0 commit comments