Skip to content

Commit

Permalink
Incrementing version
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Feb 2, 2025
1 parent 69d6315 commit b95b2ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deployment of documentation
name: Documentation

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: "sphecerix"
version: "0.6.0"
version: "0.6.1"

source:
path: .
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 = "setuptools.build_meta"

[project]
name = "sphecerix"
version = "0.6.0"
version = "0.6.1"
authors = [
{ name="Ivo Filot", email="ivo@ivofilot.nl" }
]
Expand Down
2 changes: 1 addition & 1 deletion sphecerix/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.0'
__version__ = '0.6.1'

0 comments on commit b95b2ae

Please sign in to comment.