Skip to content

Commit

Permalink
prepare new release
Browse files Browse the repository at this point in the history
* bump version to 0.0.3
* add lfyzjck to authors file
  • Loading branch information
swistakm committed Apr 23, 2015
1 parent ca1f27d commit 8c47de6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
This file contains the list of people involved in the development
of ianitor along its history.

* Michał Jaworski
* Michał Jaworski <https://github.com/swistakm>
* Jia Chengkun <https://github.com/lfyzjck>

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, 2) # PEP 386
VERSION = (0, 0, 3) # PEP 386
__version__ = ".".join([str(x) for x in VERSION])

0 comments on commit 8c47de6

Please sign in to comment.