Skip to content

Commit

Permalink
Version upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaanaksit committed Jun 27, 2021
1 parent e481dd7 commit 8ec7ec2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ It is easy as in this recorded session. Import it to your code and start designi
We prepared a bunch of test routines, which can also play a role in guidance during using Odak, you find these test scripts in [here](test/). If you need more then the test scripts, reach out using issues. Remember there are no stupid questions, there are stupid answers.

## Citing
If you use Odak in a research project leading to a publication, please acknowledge this fact by using our ready-made [bibtex citation entry](citations/odak.bib).
If you use Odak in a research project leading to a publication, please acknowledge this fact by using our [bibtex citation entry generated by Zenodo](https://zenodo.org/record/5035579).

## Contributing
Perhaps the best way is checking the issues section as a starter. If you have a specific point in mind and can't find it in the issues section, starting an issue accordingly is an another good starting point. If you think you have bigger plans in mind, here is my email **kaanaksit at kaanaksit dot com**.
17 changes: 0 additions & 17 deletions citations/odak.bib

This file was deleted.

2 changes: 1 addition & 1 deletion odak/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
import odak.catalog
import odak.measurement

version_info = 0, 1, 5
version_info = 0, 1, 6
__version__ = '.'.join(map(str, version_info))

0 comments on commit 8ec7ec2

Please sign in to comment.