File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ Changelog is moved to [ GitHub releases] ( https://github.com/MerginMaps/python-api-client/releases ) .
4+
35## 0.9.3
46
57- Added ``` list-files ``` CLI command for list of project files (#199 by @kaloyan13 )
Original file line number Diff line number Diff line change 11# The version is also stored in ../setup.py
2- __version__ = "0.9.3 "
2+ __version__ = "0.9.4 "
33
44# There seems to be no single nice way to keep version info just in one place:
55# https://packaging.python.org/guides/single-sourcing-package-version/
Original file line number Diff line number Diff line change 55
66setup (
77 name = 'mergin-client' ,
8- version = '0.9.3 ' ,
8+ version = '0.9.4 ' ,
99 url = 'https://github.com/MerginMaps/python-api-client' ,
1010 license = 'MIT' ,
1111 author = 'Lutra Consulting Ltd.' ,
You can’t perform that action at this time.
0 commit comments