Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ofabel committed Jan 19, 2025
1 parent e30bcb8 commit c5366c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/pages/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ def copy_dict(source, target):
project = 'uPython'
copyright = str(now.year) + ', Oliver Fabel'
author = 'Oliver Fabel'
release = '1.6.0'
version = '1.6'
release = '1.7.0'
version = '1.7'
language = 'en'

extensions = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "flipperzero"
version = "1.6.0"
version = "1.7.0"
authors = [
{ name = "Oliver Fabel" },
]
Expand Down

0 comments on commit c5366c6

Please # to comment.