Skip to content

Commit

Permalink
Merge pull request #4 from vyperlang/v0.1.0
Browse files Browse the repository at this point in the history
v0.1.0
  • Loading branch information
iamdefinitelyahuman authored Oct 7, 2020
2 parents dc170f2 + 3d15606 commit 9d1ad9c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased](https://github.com/vyperlang/vvm/)

## [0.1.0](https://github.com/vyperlang/vvm/tree/v0.1.0) - 2020-10-07
### Added
- Support for Python 3.9
- Cache version information

## [0.0.2](https://github.com/vyperlang/vvm/tree/v0.0.2) - 2020-08-26
### Fixed
- Ignore `.exe` when handling versions on Windows
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

Vyper version management tool.

**Note**: This project is an early alpha and still under active development.

## Installation

### via `pip`
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.2
current_version = 0.1.0

[bumpversion:file:setup.py]

Expand All @@ -23,3 +23,4 @@ use_parentheses = True

[tool:pytest]
addopts = --cov=vvm --cov-branch --cov-report xml

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="vvm",
version="0.0.2", # don't change this manually, use bumpversion instead
version="0.1.0", # don't change this manually, use bumpversion instead
description="Vyper version management tool",
long_description_markdown_filename="README.md",
author="Ben Hauser",
Expand Down

0 comments on commit 9d1ad9c

Please sign in to comment.