Skip to content

Commit 2ac37ae

Browse files
committed
Bumped version to 0.1.0
1 parent 366bdde commit 2ac37ae

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

arca/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
__all__ = ["Arca", "BaseBackend", "VenvBackend", "DockerBackend", "Result", "Task", "CurrentEnvironmentBackend",
99
"RequirementsStrategy", "VagrantBackend"]
10-
__version__ = "0.1.0a0"
10+
__version__ = "0.1.0"

docs/changes.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changes
22
=======
33

4+
0.1.0 (2018-04-18)
5+
******************
6+
7+
Initial release
8+
9+
Changes:
10+
* Updated PyPI description and metadata
11+
412
0.1.0a0 (2018-04-13)
513
********************
614

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def long_description():
2020

2121
setup(
2222
name="arca",
23-
version="0.1.0a0",
23+
version="0.1.0",
2424
author="Mikuláš Poul",
2525
author_email="[email protected]",
2626
description="A library for running Python functions (callables) from git repositories "

0 commit comments

Comments
 (0)