Skip to content

Commit 36b9bac

Browse files
committed
v1.0.1 — Packaging updates
- Migrated from setuptools to hatch - Support Python 3.13
1 parent f8760d0 commit 36b9bac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v1.1.0 (in development)
2-
-----------------------
1+
v1.0.1 (2024-12-01)
2+
-------------------
33
- Migrated from setuptools to hatch
44
- Support Python 3.13
55

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2023 John Thorvald Wodder II
3+
Copyright (c) 2016-2024 John Thorvald Wodder II
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/in_place/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
if TYPE_CHECKING:
2222
from typing_extensions import Buffer
2323

24-
__version__ = "1.1.0.dev1"
24+
__version__ = "1.0.1"
2525
__author__ = "John Thorvald Wodder II"
2626
__author_email__ = "[email protected]"
2727
__license__ = "MIT"

0 commit comments

Comments
 (0)