Skip to content

Commit 6f94730

Browse files
committed
chore: bump minor version
1 parent 3d72465 commit 6f94730

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
## [Unreleased]
55

6+
7+
## 0.3.0
8+
69
### Added
710
- Matching:
811
- Bag-of-words pair selection

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def build_c_extension():
5050

5151
setuptools.setup(
5252
name='opensfm',
53-
version='0.4.1a7',
53+
version='0.3.0',
5454
description='A Structure from Motion library',
5555
long_description=open('README.md').read(),
5656
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)