File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ Bicleaner 0.15.1:
2+ * Fix requirements and installation
3+
14Bicleaner 0.15:
25* Bicleaner hard-rules changes:
36 * Split hard-rules into a separated package.
Original file line number Diff line number Diff line change 3333__version__ = "Version 0.13 # 30/10/2019 # Features version 3 # Marta Bañón"
3434__version__ = "Version 0.14 # 04/08/2020 # Features version 4 # Miquel Esplà, Jaume Zaragoza and Marta Bañón"
3535__version__ = "Version 0.15 # 02/03/2022 # # Miquel Esplà, Jaume Zaragoza and Marta Bañón"
36+ __version__ = "Version 0.15.1 # 03/03/2022 # # Miquel Esplà, Jaume Zaragoza and Marta Bañón"
3637
3738
3839# Create an argument parser and add all the arguments
Original file line number Diff line number Diff line change 99
1010setuptools .setup (
1111 name = "bicleaner" ,
12- version = "0.15" ,
12+ version = "0.15.1 " ,
1313 install_requires = requirements ,
1414 license = "GNU General Public License v3.0" ,
1515 author = "Prompsit Language Engineering" ,
You can’t perform that action at this time.
0 commit comments