Skip to content

Commit 136b289

Browse files
authored
Merge pull request #170 from srobo/dgt/bump-version-to-0-10-0
Bump Version to 0.10.0
2 parents c01a5d3 + d8a673d commit 136b289

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MIT License
22

3-
Copyright (c) 2020-21 Dan Trickey
3+
Copyright (c) 2021-22 Dan Trickey and Karina Kwiatek
4+
Copyright (c) 2020 Dan Trickey
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

astoria/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"__version__",
55
]
66

7-
__version__ = "0.9.0"
7+
__version__ = "0.10.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "astoria"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
description = "Robot Management System for Student Robotics Kit"
55
authors = [
66
"Dan Trickey <srobo-astoria@trickey.io>",

0 commit comments

Comments
 (0)