Skip to content

Commit daecd45

Browse files
committed
README
1 parent 3ef70a4 commit daecd45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1 align="center"> XCSP3-Java-Tools v2.2 </h1>
1+
<h1 align="center"> XCSP3-Java-Tools v2.3 </h1>
22

33

44

@@ -9,7 +9,7 @@ This library provides:
99
A C++ parser is available in its own [repository](https://github.com/xcsp3team/XCSP3-CPP-Parser).
1010

1111
A Python library for modeling, called PyCSP3, is also independently available.
12-
For the current version, v2.1, November 2022, note that:
12+
For the current version of PyCSP3, v2.1, November 2022, note that:
1313
* a website including more than 60 Jupyter notebooks can be found at [pycsp.org](https://pycsp.org).
1414
* the code is available on [Github](https://github.com/xcsp3team/pycsp3)
1515
* a [well-documented guide](https://arxiv.org/abs/2009.00326) is available
@@ -43,7 +43,7 @@ Currently, this is:
4343
<dependency>
4444
<groupId>org.xcsp</groupId>
4545
<artifactId>xcsp3-tools</artifactId>
46-
<version>2.2</version>
46+
<version>2.3</version>
4747
</dependency>
4848

4949
## Directly Building a JAR with Maven

0 commit comments

Comments
 (0)