Skip to content

Commit 5782cf2

Browse files
committed
bump version to 0.1.0
1 parent 9736726 commit 5782cf2

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ We follow a _fork and pull_ development model. [Fork](https://help.github.com/en
1717
git clone https://github.com/o2r-project/geoextent.git
1818
```
1919

20-
See the developer README file for installation and running tests.
20+
See the [development readme](https://o2r.info/geoextent/development.html) file for installation and running tests.
2121
Make sure the tests pass before you start developing.
2222

2323
- Create a new feature branch from the current `master` branch.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ to see usage instructions.
5858

5959
All help is welcome: asking questions, providing documentation, testing, or even development.
6060

61-
Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md).
61+
Please note that this project is released with a [Contributor Code of Conduct](https://github.com/o2r-project/geoextent/blob/master/CONDUCT.md).
6262
By participating in this project you agree to abide by its terms.
6363

64-
See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
64+
See [CONTRIBUTING.md](https://github.com/o2r-project/geoextent/blob/master/CONTRIBUTING.md) for details.
6565

6666
## License
6767

68-
`geoextent` is licensed under MIT license, see file [LICENSE](LICENSE).
68+
`geoextent` is licensed under MIT license, see file [LICENSE](https://github.com/o2r-project/geoextent/blob/master/LICENSE).
6969

7070
Copyright (C) 2020 - o2r project.

geoextent/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name = "geoextent"
22

3-
__version__ = '0.0.1'
3+
__version__ = '0.1.0'

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
],
2222
entry_points={
2323
"console_scripts": [
24-
"o2r-geoextent = geoextent.__main__:main",
2524
"geoextent = geoextent.__main__:main",
2625
]
2726
},

0 commit comments

Comments
 (0)