Bump + push

This commit is contained in:
Elliot Nunn 2022-12-27 12:27:22 +08:00
parent 0048a037c7
commit 25ecaa49ab
2 changed files with 5 additions and 1 deletions

View File

@ -79,3 +79,7 @@ Changes
- Sam Fuller's btree fix for volumes with *many* files:
https://github.com/elliotnunn/machfs/commit/b44a2f9
- Support for Aliases, represented in the native FS as symlinks
1.4
---
- Fix partitioned-disk support

View File

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='machfs',
version='1.3',
version='1.4',
author='Elliot Nunn',
author_email='elliotnunn@me.com',
description='Library for reading and writing Macintosh HFS volumes',