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 9b0c400 commit b7f22a2Copy full SHA for b7f22a2
conda/raffiot/meta.yaml
@@ -1,5 +1,5 @@
1
{% set name = "raffiot" %}
2
-{% set version = "0.2.0" %}
+{% set version = "0.3.0" %}
3
4
package:
5
name: "{{ name|lower }}"
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup
-version = "0.2.0"
+version = "0.3.0"
with open("README.md", "r", encoding="utf-8") as fh:
6
long_description = fh.read()
0 commit comments