Skip to content

Commit 75e0447

Browse files
[io] deps: bump to 0.0.12
1 parent c8585de commit 75e0447

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

libs/io/garf_io/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '0.0.11'
15+
"""Writing GarfReport to anywhere."""
16+
17+
__version__ = '0.0.12'

libs/io/garf_io/writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def create_writer(
4848
"""
4949
if sys.version_info.major == 3 and sys.version_info.minor == 9:
5050
try:
51-
writers = entry_points(group='garf_writer')['garf_writer']
51+
writers = entry_points()['garf_writer']
5252
except KeyError:
5353
writers = []
5454
else:

0 commit comments

Comments
 (0)