Skip to content

Commit 34f4c9b

Browse files
committed
bump version 0.4.3 -> 0.4.4 (#46, #51, #52)
1 parent 338baf1 commit 34f4c9b

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
@@ -55,7 +55,7 @@ To install `roboreg` within an [Anaconda](https://www.anaconda.com/) environment
5555
1. Create an environment
5656

5757
```shell
58-
conda create -n rr-0.4.3 python=3.10
58+
conda create -n rr-0.4.4 python=3.10
5959
```
6060

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

7070
```shell
71-
mamba activate rr-0.4.3 # can also use 'conda activate rr-0.4.3' in either case
71+
mamba activate rr-0.4.4 # can also use 'conda activate rr-0.4.4' in either case
7272
pip3 install roboreg/
7373
```
7474

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.3
1+
name: rr-0.4.4
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.3"
7+
version = "0.4.4"
88
authors = [
99
{ name="mhubii", email="m.huber_1994@hotmail.de" },
1010
]

0 commit comments

Comments
 (0)