Skip to content

Commit

Permalink
πŸ—“ Jan 8, 2025 5:22:18β€―PM
Browse files Browse the repository at this point in the history
πŸ™ version bump
πŸ€– types added/updated
  • Loading branch information
securisec committed Jan 8, 2025
1 parent 2f8522c commit e496bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ripgrepy/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ class Ripgrepy:
def only_matching(self) -> Ripgrepy: ...
def passthru(self) -> Ripgrepy: ...
def path_seprator(self, separator: str) -> Ripgrepy: ...
def path_separator(self, separator: str) -> Ripgrepy: ...
def pcre2(self) -> Ripgrepy: ...
def pcre2_version(self) -> Ripgrepy: ...
def pre(self, command: str) -> Ripgrepy: ...
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
from os import path

__version__ = '2.0.1'
__version__ = '2.1.0'
__author__ = 'Hapsida @securisec'

this_directory = path.abspath(path.dirname(__file__))
Expand Down

0 comments on commit e496bf7

Please sign in to comment.