Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Oct 11, 2024
1 parent 7787bd5 commit fb33b17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "hope-flex-fields"
version = "0.1.0rc"
version = "0.1.0"
description = ""
authors = [
{name = "sax", email = "[email protected]"},
Expand Down Expand Up @@ -39,6 +39,7 @@ docs = [
dev-dependencies = [
"bandit>=1.7.9",
"black>=24.4.2",
"bump2version>=1.0.1",
"django-csp>=3.8",
"django-factory-boy>=1.0.0",
"django-webtest>=1.9.11",
Expand Down
1 change: 1 addition & 0 deletions src/hope_flex_fields/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VERSION = __version__ = "0.1.0"

0 comments on commit fb33b17

Please sign in to comment.