Skip to content

Commit f0e313e

Browse files
committed
bump version 0.4.4 -> 0.4.5 (#63, #64, #65, #73)
1 parent 5e3341e commit f0e313e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To install `roboreg` within an [Anaconda](https://www.anaconda.com/) environment
5454
1. Create an environment
5555

5656
```shell
57-
conda create -n rr-0.4.4 python=3.10
57+
conda create -n rr-0.4.5 python=3.10
5858
```
5959

6060
2. Clone this repository and install dependencies
@@ -67,7 +67,7 @@ To install `roboreg` within an [Anaconda](https://www.anaconda.com/) environment
6767
3. Install `roboreg`
6868

6969
```shell
70-
mamba activate rr-0.4.4 # can also use 'conda activate rr-0.4.4' in either case
70+
mamba activate rr-0.4.5 # can also use 'conda activate rr-0.4.5' in either case
7171
pip3 install roboreg/
7272
```
7373

env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: rr-0.4.4
1+
name: rr-0.4.5
22
channels:
33
- defaults
44
- nvidia

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "roboreg"
7-
version = "0.4.4"
7+
version = "0.4.5"
88
authors = [
99
{name="mhubii", email="m.huber_1994@hotmail.de"},
1010
{name="haydnspass", email="lucasraphael.mueller@gmail.com"},

0 commit comments

Comments
 (0)