Skip to content

Commit

Permalink
Bumped version number for v0.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Apr 18, 2020
1 parent 14c0338 commit 2b905f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/tutorial/tutorial-1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ the ``beeware-venv`` virtual environment activated, and run:

.. code-block:: bash
(beeware-venv) $ python -m pip install --pre beeware
(beeware-venv) $ python -m pip install beeware
.. group-tab:: Linux

.. code-block:: bash
(beeware-venv) $ python -m pip install --pre beeware
(beeware-venv) $ python -m pip install beeware
.. admonition:: Possible errors during installation

Expand All @@ -38,7 +38,7 @@ the ``beeware-venv`` virtual environment activated, and run:

.. code-block:: doscon
(beeware-venv)C:\...>python -m pip install --pre beeware
(beeware-venv)C:\...>python -m pip install beeware
.. admonition:: Possible errors during installation

Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = beeware
version = 0.3.0.dev3
version = 0.3.0
url = http://beeware.org/
project_urls =
Funding = https://beeware.org/contributing/membership/
Expand Down Expand Up @@ -35,8 +35,8 @@ keywords =
zip_safe = False
python_requires = >= 3.5
install_requires =
briefcase >= 0.3.0.dev3
toga >= 0.3.0.dev17
briefcase >= 0.3.0
toga >= 0.3.0.dev18

[bdist_wheel]
universal=1

0 comments on commit 2b905f9

Please sign in to comment.