Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
bump version number to 0.1 (#22)
Browse files Browse the repository at this point in the history
* bump version number to 0.1

* update .circleci/config.yml
  • Loading branch information
Dan-Staff authored and mattdean-digicatapult committed Jun 7, 2019
1 parent 8fb4f44 commit a2ad8e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ workflows:
tags:
only: /[0-9]+(\.[0-9]+)*/
branches:
ignore: /.*/
only:
- master
jobs:
build:
docker:
Expand Down
2 changes: 1 addition & 1 deletion fornax/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0'
__version__ = '0.1'

0 comments on commit a2ad8e7

Please sign in to comment.