Skip to content

Commit

Permalink
Bumped version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikicz committed Apr 18, 2018
1 parent 366bdde commit 2ac37ae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

__all__ = ["Arca", "BaseBackend", "VenvBackend", "DockerBackend", "Result", "Task", "CurrentEnvironmentBackend",
"RequirementsStrategy", "VagrantBackend"]
__version__ = "0.1.0a0"
__version__ = "0.1.0"
8 changes: 8 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changes
=======

0.1.0 (2018-04-18)
******************

Initial release

Changes:
* Updated PyPI description and metadata

0.1.0a0 (2018-04-13)
********************

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def long_description():

setup(
name="arca",
version="0.1.0a0",
version="0.1.0",
author="Mikuláš Poul",
author_email="mikulaspoul@gmail.com",
description="A library for running Python functions (callables) from git repositories "
Expand Down

0 comments on commit 2ac37ae

Please sign in to comment.