pull/357/head
nyanpasu64 2019-03-05 05:15:33 -08:00
rodzic e2d0625de7
commit 14f4c4d8d7
3 zmienionych plików z 13 dodań i 2 usunięć

Wyświetl plik

@ -1,3 +1,14 @@
## 0.4.0-pre
### Breaking Changes
...
### Features
...
### Changelog
...
## 0.3.0
### Breaking Changes

Wyświetl plik

@ -7,7 +7,7 @@ _package = Path(__file__).parent
# Version prefix
base_version = "0.3.0"
base_version = "0.4.0-pre"
is_dev = "-" in base_version

Wyświetl plik

@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
[tool.poetry]
name = "corrscope"
version = "0.3.0"
version = "0.4.0-pre"
description = ""
authors = ["nyanpasu64 <nyanpasu64@tuta.io>"]
license = "BSD-2-Clause"