Skip to content

Commit ed82943

Browse files
committed
new version: bump version details to 0.1.0
1 parent 403cbff commit ed82943

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: python
22
python:
33
- "3.6"
4-
- "3.7-dev"
4+
- "3.7"
5+
- "3.8"
56
# command to install dependencies
67
install:
78
- pip install pytest

Changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
2-
32
##[unreleased]
4-
- added routes to stay up to date with the state of MarkUs' API (#10, #12, #13, #14, #18)
3+
4+
##[v0.1.0]
5+
- this release includes functions to call all API routes for MarkUs version 1.9.0 (#10, #12, #13, #14, #18)
56
- updated documentation to give correct instructions for pip installation (#11)
67
- made some functions private that should have been private initially (#17)
78

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="markusapi",
8-
version="0.0.1",
8+
version="0.1.0",
99
author="Alessio Di Sandro, Misha Schwartz",
1010
author_email="[email protected]",
1111
description="Interface to interact with MarkUs API",

0 commit comments

Comments
 (0)