Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmin committed Aug 22, 2023
1 parent fd56fe9 commit 1679354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "pytest-selenium-auto"
version = "1.0.0rc0"
version = "1.0.0rc"
description = "pytest plugin to automatically capture screenshots upon selenium webdriver events"
readme = "README.md"
#license = "MIT"
Expand Down Expand Up @@ -34,7 +34,7 @@ keywords = [


[project.entry-points.pytest11]
selenium_screenshot = "pytest_selenium_screenshot.plugin"
selenium_screenshot = "pytest_selenium_auto.plugin"


[project.urls]
Expand Down

0 comments on commit 1679354

Please sign in to comment.