Skip to content

Commit

Permalink
bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nuest committed Mar 25, 2020
1 parent 9736726 commit 5782cf2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ We follow a _fork and pull_ development model. [Fork](https://help.github.com/en
git clone https://github.com/o2r-project/geoextent.git
```

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

- Create a new feature branch from the current `master` branch.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ to see usage instructions.

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

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

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

## License

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

Copyright (C) 2020 - o2r project.
2 changes: 1 addition & 1 deletion geoextent/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name = "geoextent"

__version__ = '0.0.1'
__version__ = '0.1.0'
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
],
entry_points={
"console_scripts": [
"o2r-geoextent = geoextent.__main__:main",
"geoextent = geoextent.__main__:main",
]
},
Expand Down

0 comments on commit 5782cf2

Please sign in to comment.