Skip to content
Snippets Groups Projects
Verified Commit 87299f1d authored by Björn Ludwig's avatar Björn Ludwig
Browse files

0.2.1

Automatically generated by python-semantic-release
parent d6a8d476
No related branches found
No related tags found
No related merge requests found
Pipeline #15439 passed
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
<!--next-version-placeholder--> <!--next-version-placeholder-->
## v0.2.1 (2022-12-22)
### Fix
* **README:** Correct heading and description ([`d6a8d47`](https://gitlab1.ptb.de/ludwig10_masters_thesis/ilp_nn_robustness_verification/-/commit/d6a8d4766ec870409b811710061851b3eddcf110))
## v0.2.0 (2022-12-22) ## v0.2.0 (2022-12-22)
### Feature ### Feature
* **data_types:** Introduce data_types module for more convenient coding and reading ([`38d2a8b`](https://gitlab1.ptb.de/ludwig10_masters_thesis/ilp_nn_robustness_verification/-/commit/38d2a8bfd5aa243a5c2b99b73dd99d7d635a80c5)) * **data_types:** Introduce data_types module for more convenient coding and reading ([`38d2a8b`](https://gitlab1.ptb.de/ludwig10_masters_thesis/ilp_nn_robustness_verification/-/commit/38d2a8bfd5aa243a5c2b99b73dd99d7d635a80c5))
......
...@@ -149,7 +149,7 @@ author = "B. Ludwig" ...@@ -149,7 +149,7 @@ author = "B. Ludwig"
# built documents.K # built documents.K
# #
# The short X.Y version. # The short X.Y version.
version = "0.2.0" version = "0.2.1"
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
# release = "1.3.1" # release = "1.3.1"
......
...@@ -21,7 +21,7 @@ classifiers = [ ...@@ -21,7 +21,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Mathematics", "Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Artificial Intelligence",
] ]
version = "0.2.0" version = "0.2.1"
dependencies = [ dependencies = [
"numpy", "numpy",
"pyinterval", "pyinterval",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment