Skip to content

Commit

Permalink
chore: fix versions
Browse files Browse the repository at this point in the history
v2.0.0 mistakenly released as v1.0.1 so I'm now having to do git crimes to fix it
  • Loading branch information
alycejenni committed Apr 9, 2024
1 parent 707972b commit 7bbffb1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_nhm"
version = "1.0.1"
version = "2.0.0"
tag_format = "v$version"
update_changelog_on_bump = true
changelog_incremental = true
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v1.0.1 (2024-04-04)
## v2.0.0 (2024-04-04)

### Fix

Expand Down
2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "phenome10k"
version = "1.0.1"
version = "2.0.0"
description = "Hosting of 3D biological models for the academic and educational community."
requires-python = ">=3.8"
license = { text = "GPL-3.0-or-later" }
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phenome-10k",
"version": "1.0.1",
"version": "2.0.0",
"description": "Hosting of 3D biological models for the academic and educational community.",
"main": "index.js",
"author": "Paul Kiddle <[email protected]>",
Expand Down

0 comments on commit 7bbffb1

Please sign in to comment.