Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brettviren committed Nov 2, 2020
1 parent 2353a60 commit 5f5c779
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ To install the dependencies, you may use the latest ~requirements.txt~ file or o
Or, to allow working on the code:

#+begin_example
$ git clone https://github.com/brettviren/moo.git
$ git clone git@github.com:brettviren/moo.git
$ cd moo
$ pyton -m pip install -e .
#+end_example
Expand Down
56 changes: 28 additions & 28 deletions index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion moo/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
This value is used in setup.py and available as moo.__version__ which
is exported to the CLI via "moo version".
'''
version = "0.2.x-dev"
version = "0.3.0"

0 comments on commit 5f5c779

Please sign in to comment.