Skip to content

Commit

Permalink
chore: bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oleoneto committed Jan 18, 2024
1 parent ebf9533 commit 672cd1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geny/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
import os

__version__ = "0.1.0"
__version__ = "0.1.1"
__license__ = "BSD 3-Clause"
__author__ = "Leo Neto"
__copyright__ = "Copyright 2024 Leo Neto"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ maintainers = [{ name = "Leo Neto", email = "[email protected]" }]
requires-python = ">=3.6"
license = { file = "LICENSE" }
readme = "README.md"
version = "0.1.0"
version = "0.1.1"
keywords = [
"automation",
"files",
Expand Down

0 comments on commit 672cd1c

Please sign in to comment.