Skip to content

Commit 04b22f7

Browse files
committed
v0.1.0 changelog and versioning
1 parent 801d3af commit 04b22f7

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# [v0.1.0]
2+
3+
# Initial release
4+
5+
This is the first release and support Python 3.7, please check documentation/wiki for the usage guide

osmox/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.0"
1+
__version__ = "0.1.0"

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
description="A command line tool for processing osmfs into facility locations.",
1515
packages=find_packages(),
1616
install_requires=required,
17+
python_requires='==3.7'
1718
entry_points={"console_scripts": ["osmox = osmox.main:osmox"]},
1819
)

0 commit comments

Comments
 (0)