Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikicz committed Apr 13, 2018
1 parent 58d0d73 commit 0425bb3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include setup.py README.rst LICENSE
include setup.py README.rst LICENSE docs
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ Links
License
*******

This project is licensed under the MIT License - see the `LICENSE <LICENSE>`_ file for details.
This project is licensed under the MIT License - see the `LICENSE <https://github.com/mikicz/arca/blob/master/LICENSE>`_ file for details.
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.0.1"
__version__ = "0.1.0a0"
5 changes: 5 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
Changes
=======

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

Initial alfa release
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ def long_description():

setup(
name="arca",
version="0.0.4",
version="0.1.0a0",
author="Mikuláš Poul",
author_email="[email protected]",
description="A library for running Python functions (callables) from git repositories "
"in various states of isolation with integrating caching.",
# keywords=[""], # TODO
keywords=["sandboxing", "git", "docker", "vagrant"],
license="MIT",
url="https://github.com/mikicz/arca",
packages=find_packages(),
Expand All @@ -41,7 +41,7 @@ def long_description():
"cached-property",
],
classifiers=[
"Development Status :: 2 - Pre-Alpha", # TODO: update when ready
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
Expand Down

0 comments on commit 0425bb3

Please sign in to comment.