Skip to content

Commit

Permalink
docs: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nialov committed Nov 11, 2021
1 parent fb2a1d7 commit de53863
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased (2021-11-10)
## v0.0.4 (2021-11-11)

#### New Features

Expand All @@ -15,7 +15,7 @@
- (cli): report validation targets with table

Full set of changes:
[`v0.0.3...c07eeeb`](https://github.com/nialov/tracerepo/compare/v0.0.3...c07eeeb)
[`v0.0.3...v0.0.4`](https://github.com/nialov/tracerepo/compare/v0.0.3...v0.0.4)

## v0.0.3 (2021-09-20)

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ authors:
- family-names: Ovaskainen
given-names: Nikolas
title: tracerepo
version: "0.0.3.post37.dev0+c07eeeb"
date-released: "2021-11-10"
version: "0.0.4"
date-released: "2021-11-11"
keywords:
- python
- data
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tracerepo"
version = "0.0.3.post37.dev0+c07eeeb"
version = "0.0.4"
description = "Fracture & lineament data management."
authors = ["nialov <nikolasovaskainen@gmail.com>"]
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion tracerepo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
Fracture & lineament data management.
"""

__version__ = "0.0.3.post37.dev0+c07eeeb"
__version__ = "0.0.4"

0 comments on commit de53863

Please sign in to comment.