Skip to content

Commit

Permalink
fix: Deprecated link for tutorials in readme file
Browse files Browse the repository at this point in the history
fix: Deprecated link for tutorials in readme file

Approved By: @lorenzomammana
  • Loading branch information
rcmalli authored Jul 19, 2023
1 parent a2cadc5 commit 3fe8008
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
# Changelog
All notable changes to this project will be documented in this file.

### [1.1.1]

#### Fixed

- Fix deprecated link for tutorials in `README.md` file.

### [1.1.0]

#### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<p align="center">
<a href="https://orobix.github.io/quadra/latest/index.html">Docs</a> •
<a href="https://orobix.github.io/quadra/latest/tutorials/install.html">Tutorials</a> •
<a href="https://orobix.github.io/quadra/latest/tutorials/datamodules.html">Tutorials</a> •
<a href="https://orobix.github.io/quadra/latest/tutorials/configurations.html">Configurations</a>
</p>

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "quadra"
version = "1.1.0"
version = "1.1.1"
description = "Deep Learning experiment orchestration library"
authors = [
{name = "Alessandro Polidori", email = "[email protected]"},
Expand Down Expand Up @@ -117,7 +117,7 @@ repository = "https://github.com/orobix/quadra"

# Adapted from https://realpython.com/pypi-publish-python-package/#version-your-package
[tool.bumpver]
current_version = "1.1.0"
current_version = "1.1.1"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "build: Bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion quadra/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.1.0"
__version__ = "1.1.1"


def get_version():
Expand Down

0 comments on commit 3fe8008

Please sign in to comment.