File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{% set name = "raffiot" %}
2- {% set version = "0.0.6.6 " %}
2+ {% set version = "0.0.7 " %}
33
44package :
55 name : " {{ name|lower }}"
66 version : " {{ version }}"
77
88source :
9- git_rev : " v {{ version }}"
9+ git_rev : " {{ version }}"
1010 git_url : " https://github.com/chrilves/raffiot.py"
1111
1212build :
Original file line number Diff line number Diff line change 11from setuptools import setup
22
3- version = "0.0.6.6 "
3+ version = "0.0.7 "
44
55with open ("README.md" , "r" , encoding = "utf-8" ) as fh :
66 long_description = fh .read ()
1616 author = "chrilves" ,
17171818 url = "https://github.com/chrilves/raffiot.py" ,
19- download_url = f"https://github.com/chrilves/raffiot.py/archive/v { version } .tar.gz" ,
19+ download_url = f"https://github.com/chrilves/raffiot.py/archive/{ version } .tar.gz" ,
2020 keywords = [
2121 "IO" ,
2222 "MONAD" ,
You can’t perform that action at this time.
0 commit comments