Skip to content

Commit

Permalink
Incrementing version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Nov 15, 2023
1 parent 26a4ead commit 0ff251b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: "pyqint"
version: "0.14.0.0"
version: "0.14.0.1"

source:
path: .
Expand Down
2 changes: 1 addition & 1 deletion pyqint/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.14.0.0"
__version__ = "0.14.0.1"

0 comments on commit 0ff251b

Please sign in to comment.