Skip to content

Commit

Permalink
dist: prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Jaworski committed May 3, 2018
1 parent 44ee6d9 commit 7b16fb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ of ianitor along its history.
* Michał Jaworski <https://github.com/swistakm>
* Jia Chengkun <https://github.com/lfyzjck>
* Daniel O'Connell <https://github.com/mruwnik>
* Oscar Eriksson <https://github.com/sovaa>
* Dave Dittrich <https://https://github.com/davedittrich>

Great thanks to [Clearcode](http://clearcode.cc) for allowing releasing
ianitor as free software!
2 changes: 1 addition & 1 deletion src/ianitor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
# along with ianitor. If not, see <http://www.gnu.org/licenses/>.

# flake8: noqa
VERSION = (0, 0, 5) # PEP 386
VERSION = (0, 1, 0) # PEP 386
__version__ = ".".join([str(x) for x in VERSION])

0 comments on commit 7b16fb5

Please sign in to comment.