Skip to content

Commit

Permalink
version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cbouss committed Jun 21, 2023
1 parent 6c907e6 commit 0e7858c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
package:
name: percy
version: 0.0.3
version: 0.0.4

source:
path: ../

build:
number: 0
noarch: python
script: pip install . --no-deps -vv
script: pip install . --no-deps --no-build-isolation -vv
entry_points:
- percy = percy.commands.main:cli

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespaces = false

[project]
name = "percy"
version = "0.0.3"
version = "0.0.4"
authors = [
{ name="Anaconda, Inc.", email="distribution_team@anaconda.com" },
]
Expand Down

0 comments on commit 0e7858c

Please sign in to comment.