Skip to content

Commit ea4a204

Browse files
committed
Add v2.1 tag
1 parent 38b6e1e commit ea4a204

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

README.rst

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ need to install some prerequisites beforehand:
4545

4646
- Python 3 (>=3.4)
4747
- pip (Python package manager)
48+
- cmake (>=3.3)
49+
- make
50+
- C **and** C++ compiler (gcc or clang)
51+
- *Linux only*: python3-dev (Ubuntu) or python3-devel (openSUSE) package
52+
- *Linux only*: gcc-multilib (Ubuntu) or gcc-32bit (openSUSE) package
53+
to intercept build commands of projects leveraging multilib capabilities
4854

4955
Optional dependencies:
5056

@@ -58,15 +64,6 @@ Optional dependencies:
5864
.. _Aspectator: https://github.com/17451k/aspectator
5965
.. _CIF releases: https://github.com/17451k/cif/releases
6066

61-
Development dependencies:
62-
63-
- cmake (>=3.3)
64-
- make
65-
- C **and** C++ compiler (gcc or clang)
66-
- *Linux only*: python3-dev (Ubuntu) or python3-devel (openSUSE) package
67-
- *Linux only*: gcc-multilib (Ubuntu) or gcc-32bit (openSUSE) package
68-
to intercept build commands of projects leveraging multilib capabilities
69-
7067
Clade works on Linux and macOS.
7168
Partial support for Windows will be implemented soon.
7269

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def finalize_options(self):
140140

141141
setuptools.setup(
142142
name="clade",
143-
version="2.0.1",
143+
version="2.1",
144144
author="Ilya Shchepetkov",
145145
author_email="ilya.shchepetkov@yandex.ru",
146146
url="https://github.com/17451k/clade",

0 commit comments

Comments
 (0)