Skip to content

Commit 4a781bc

Browse files
authored
version bump v0.2.25 (#878)
1 parent 571dda0 commit 4a781bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: isort
1212
# language_version: python3.6
1313
- repo: https://github.com/ambv/black
14-
rev: 20.8b1
14+
rev: 22.3.0
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/pre-commit/pre-commit-hooks

src/rpdk/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import logging
22

3-
__version__ = "0.2.24"
3+
__version__ = "0.2.25"
44

55
logging.getLogger(__name__).addHandler(logging.NullHandler())

0 commit comments

Comments
 (0)