Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
This change bumps the crate's version to 0.1.0. At this time we have a
reasonably stable public interface.
  • Loading branch information
d-e-s-o committed Jun 30, 2019
1 parent 8db7c6f commit 8577b3c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
[package]
name = "apca"
version = "0.0.0"
version = "0.1.0"
edition = "2018"
authors = ["Daniel Mueller <[email protected]>"]
license = "GPL-3.0-or-later"
homepage = "https://github.com/d-e-s-o/apca"
repository = "https://github.com/d-e-s-o/apca.git"
readme = "README.md"
categories = [
"api-bindings",
"asynchronous",
"network-programming",
"web-programming::http-client",
"web-programming::websocket"
]
keywords = ["trading", "finance", "async", "stocks"]
description = """
A create for interacting with the Alpaca API.
"""
Expand Down

0 comments on commit 8577b3c

Please sign in to comment.