diff options
| author | Jelmer Vernooij <jelmer@jelmer.uk> | 2021-04-11 21:40:07 +0100 |
|---|---|---|
| committer | Jelmer Vernooij <jelmer@jelmer.uk> | 2021-04-11 21:40:07 +0100 |
| commit | fb275c62f2aac81ca8d8034d4eef2cd0fa63b8ce (patch) | |
| tree | 6dfc0473113f30cc1a08d61db206d0f910a2fdac /fastimport | |
| parent | 08d0afbf1fd083046487abc0a0c7a86b8feac10d (diff) | |
| download | python-fastimport-git-fb275c62f2aac81ca8d8034d4eef2cd0fa63b8ce.tar.gz | |
Release 0.9.10.fastimport-0.9.10
Diffstat (limited to 'fastimport')
| -rw-r--r-- | fastimport/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fastimport/__init__.py b/fastimport/__init__.py index 546a044..a168fe1 100644 --- a/fastimport/__init__.py +++ b/fastimport/__init__.py @@ -30,4 +30,4 @@ it can be used by other projects. Use it like so: processor.process(parser.parse()) """ -__version__ = (0, 9, 9) +__version__ = (0, 9, 10) |
